UnicodeSpecsHelper Class |
Namespace: VDS.RDF.Parsing
The UnicodeSpecsHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| UnicodeSpecsHelper | Initializes a new instance of the UnicodeSpecsHelper class |
| Name | Description | |
|---|---|---|
| ConvertToChar |
Converts a Hex Escape into the relevant Unicode Character.
| |
| ConvertToChars |
Converts a Hex Escape into the relevant UTF-16 codepoints.
| |
| ConvertToUtf32 |
Converts the value of a UTF-16 encoded surrogate pair into a Unicode code point.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDigit |
Checks whether a given Character is considered a Digit.
| |
| IsHighSurrogate |
Indicates whether the specified Char object is a high surrogate.
| |
| IsLetter |
Checks whether a given Character is considered a Letter.
| |
| IsLetterModifier |
Checks whether a given Character is considered a Letter Modifier.
| |
| IsLetterOrDigit |
Checks whether a given Character is considered a Letter or Digit.
| |
| IsLowSurrogate |
Indicates whether the specified Char object is a low surrogate.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| HighSurrogateEnd |
End of high surrogate range.
| |
| HighSurrogateStart |
Start of high surrogate range.
| |
| LowSurrogateEnd |
End of low surrogate range.
| |
| LowSurrogateStart |
Start of low surrogate range.
|