Click or drag to resize

IriSpecsHelperIsUcsChar Method

Gets whether a character matches the ucschar production.

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsUcsChar(
	char c
)

Parameters

c
Type: SystemChar
Character.

Return Value

Type: Boolean

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

Remarks
Not all strings that will match the official ucschar production will be matched by this function as the ucschar production permits character codes beyond the range of the .Net char type.
See Also