Click or drag to resize

IriSpecsHelperIsIUserInfo Method

Gets whether a string matches the userinfo production.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsIUserInfo(
	string value
)

Parameters

value
Type: SystemString
String.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.IriSpecsHelper.IsIUserInfo(System.String)"]

See Also