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