Methods
-
Compare
To(Char) Compares this instance to a specified Char object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified Char object. -
Compare
To(Object) Compares this instance to a specified object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified Object. -
Convert
From Converts the specified Unicode code point into a UTF-16 encoded string.Utf32(Int32) -
Convert
To Converts the value of a UTF-16 encoded surrogate pair into a Unicode code point.Utf32(Char, Char) -
Convert
To Converts the value of a UTF-16 encoded character or surrogate pair at a specified position in a string into a Unicode code point.Utf32(String, Int32) - Equals(Char) Returns a value that indicates whether this instance is equal to the specified Char object.
- Equals(Object) Returns a value that indicates whether this instance is equal to a specified object.
-
Get
Hash Returns the hash code for this instance.Code() -
Get
Numeric Converts the specified numeric Unicode character to a double-precision floating point number.Value(Char) -
Get
Numeric Converts the numeric Unicode character at the specified position in a specified string to a double-precision floating point number.Value(String, Int32) -
Get
Type Returns the TypeCode for value type Char.Code() -
Get
Unicode Categorizes a specified Unicode character into a group identified by one of the UnicodeCategory values.Category(Char) -
Get
Unicode Categorizes the character at the specified position in a specified string into a group identified by one of the UnicodeCategory values.Category(String, Int32) -
Is
Control(Char) Indicates whether the specified Unicode character is categorized as a control character. -
Is
Control(String, Indicates whether the character at the specified position in a specified string is categorized as a control character.Int32) -
Is
Digit(Char) Indicates whether the specified Unicode character is categorized as a decimal digit. -
Is
Digit(String, Indicates whether the character at the specified position in a specified string is categorized as a decimal digit.Int32) -
Is
High Indicates whether the specified Char object is a high surrogate.Surrogate(Char) -
Is
High Indicates whether the Char object at the specified position in a string is a high surrogate.Surrogate(String, Int32) -
Is
Letter(Char) Indicates whether the specified Unicode character is categorized as a Unicode letter. -
Is
Letter(String, Indicates whether the character at the specified position in a specified string is categorized as a Unicode letter.Int32) -
Is
Letter Indicates whether the specified Unicode character is categorized as a letter or a decimal digit.Or Digit(Char) -
Is
Letter Indicates whether the character at the specified position in a specified string is categorized as a letter or a decimal digit.Or Digit(String, Int32) -
Is
Low Indicates whether the specified Char object is a low surrogate.Surrogate(Char) -
Is
Low Indicates whether the Char object at the specified position in a string is a low surrogate.Surrogate(String, Int32) -
Is
Lower(Char) Indicates whether the specified Unicode character is categorized as a lowercase letter. -
Is
Lower(String, Indicates whether the character at the specified position in a specified string is categorized as a lowercase letter.Int32) -
Is
Number(Char) Indicates whether the specified Unicode character is categorized as a number. -
Is
Number(String, Indicates whether the character at the specified position in a specified string is categorized as a number.Int32) -
Is
Punctuation(Char) Indicates whether the specified Unicode character is categorized as a punctuation mark. -
Is
Punctuation(String, Indicates whether the character at the specified position in a specified string is categorized as a punctuation mark.Int32) -
Is
Separator(Char) Indicates whether the specified Unicode character is categorized as a separator character. -
Is
Separator(String, Indicates whether the character at the specified position in a specified string is categorized as a separator character.Int32) -
Is
Surrogate(Char) Indicates whether the specified character has a surrogate code unit. -
Is
Surrogate(String, Indicates whether the character at the specified position in a specified string has a surrogate code unit.Int32) -
Is
Surrogate Indicates whether the two specified Char objects form a surrogate pair.Pair(Char, Char) -
Is
Surrogate Indicates whether two adjacent Char objects at a specified position in a string form a surrogate pair.Pair(String, Int32) -
Is
Symbol(Char) Indicates whether the specified Unicode character is categorized as a symbol character. -
Is
Symbol(String, Indicates whether the character at the specified position in a specified string is categorized as a symbol character.Int32) -
Is
Upper(Char) Indicates whether the specified Unicode character is categorized as an uppercase letter. -
Is
Upper(String, Indicates whether the character at the specified position in a specified string is categorized as an uppercase letter.Int32) -
Is
White Indicates whether the specified Unicode character is categorized as white space.Space(Char) -
Is
White Indicates whether the character at the specified position in a specified string is categorized as white space.Space(String, Int32) - Parse(String) Converts the value of the specified string to its equivalent Unicode character.
-
To
Lower(Char) Converts the value of a Unicode character to its lowercase equivalent. -
To
Lower(Char, Converts the value of a specified Unicode character to its lowercase equivalent using specified culture-specific formatting information.Culture Info) -
To
Lower Converts the value of a Unicode character to its lowercase equivalent using the casing rules of the invariant culture.Invariant(Char) -
To
String() Converts the value of this instance to its equivalent string representation. -
To
String(Char) Converts the specified Unicode character to its equivalent string representation. -
To
String(IFormat Converts the value of this instance to its equivalent string representation using the specified culture-specific format information.Provider) -
To
Upper(Char) Converts the value of a Unicode character to its uppercase equivalent. -
To
Upper(Char, Converts the value of a specified Unicode character to its uppercase equivalent using specified culture-specific formatting information.Culture Info) -
To
Upper Converts the value of a Unicode character to its uppercase equivalent using the casing rules of the invariant culture.Invariant(Char) -
Try
Parse(String, Converts the value of the specified string to its equivalent Unicode character. A return code indicates whether the conversion succeeded or failed.Char&)