IriSpecsHelper.IsUcsChar Method |
Gets whether a character matches the ucschar production.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic static bool IsUcsChar(
char c
)
Public Shared Function IsUcsChar (
c As Char
) As Boolean
Parameters
- c
- Type: System.Char
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