UnicodeSpecsHelperIsLowSurrogate Method |
Indicates whether the specified
Char object is a low surrogate.
Namespace:
VDS.RDF.Parsing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public static bool IsLowSurrogate(
char c
)
Public Shared Function IsLowSurrogate (
c As Char
) As Boolean
Parameters
- c
- Type: SystemChar
The character to evaluate.
Return Value
Type:
Boolean
true if the numeric value of the
c parameter ranges from U+DC00 through U+DFFF; otherwise, false.
See Also