Click or drag to resize

TurtleSpecsHelperIsPNCharsBase Method (Char, Char)

Gets whether a surrogate pair matches the PN_CHARS_BASE production from the Turtle specifications.

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

Parameters

c
Type: SystemChar
High surrogate.
d
Type: SystemChar
Low surrogate.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.TurtleSpecsHelper.IsPNCharsBase(System.Char,System.Char)"]

See Also