TurtleSpecsHelperIsNameChar Method (Char, Char) |
Gets whether a surrogate pair matches the nameChar production from the Turtle specification.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsNameChar(
char c,
char d
)
Public Shared Function IsNameChar (
c As Char,
d As Char
) As Boolean
Parameters
- c
- Type: SystemChar
High surrogate. - d
- Type: SystemChar
Low surrogate.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsNameChar(System.Char,System.Char)"]
See Also