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