Click or drag to resize

UnicodeSpecsHelper Methods

The UnicodeSpecsHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertToChar
Converts a Hex Escape into the relevant Unicode Character.
Public methodStatic memberConvertToChars
Converts a Hex Escape into the relevant UTF-16 codepoints.
Public methodStatic memberConvertToUtf32
Converts the value of a UTF-16 encoded surrogate pair into a Unicode code point.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsDigit
Checks whether a given Character is considered a Digit.
Public methodStatic memberIsHighSurrogate
Indicates whether the specified Char object is a high surrogate.
Public methodStatic memberIsLetter
Checks whether a given Character is considered a Letter.
Public methodStatic memberIsLetterModifier
Checks whether a given Character is considered a Letter Modifier.
Public methodStatic memberIsLetterOrDigit
Checks whether a given Character is considered a Letter or Digit.
Public methodStatic memberIsLowSurrogate
Indicates whether the specified Char object is a low surrogate.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also