UnicodeSpecsHelper Methods |
The UnicodeSpecsHelper type exposes the following members.
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.) |