Char Members
The Char type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CompareTo(Char) | |
![]() |
CompareTo(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.
|
![]() |
Equals |
Returns a value that indicates whether this instance is equal to the specified Char object.
|
![]() |
Format(String) | |
![]() |
Format(String, IFormatProvider) | |
![]() ![]() |
IsControl(Char) |
Indicates whether the specified Unicode character is categorized as a control character.
|
![]() ![]() |
IsControl(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a control character.
|
![]() ![]() |
IsDigit(Char) |
Indicates whether the specified Unicode character is categorized as a decimal digit.
|
![]() ![]() |
IsDigit(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a decimal digit.
|
![]() ![]() |
IsHighSurrogate(Char) |
Indicates whether the specified Char object is a high surrogate.
|
![]() ![]() |
IsHighSurrogate(String, Int32) |
Indicates whether the Char object at the specified position in a string is a high surrogate.
|
![]() ![]() |
IsLetter(Char) |
Indicates whether the specified Unicode character is categorized as a Unicode letter.
|
![]() ![]() |
IsLetter(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a Unicode letter.
|
![]() ![]() |
IsLetterOrDigit(Char) |
Indicates whether the specified Unicode character is categorized as a letter or a decimal digit.
|
![]() ![]() |
IsLetterOrDigit(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a letter or a decimal digit.
|
![]() ![]() |
IsLower |
Indicates whether the specified Unicode character is categorized as a lowercase letter.
|
![]() ![]() |
IsLowSurrogate(Char) |
Indicates whether the specified Char object is a low surrogate.
|
![]() ![]() |
IsLowSurrogate(String, Int32) |
Indicates whether the Char object at the specified position in a string is a low surrogate.
|
![]() ![]() |
IsNumber(Char) |
Indicates whether the specified Unicode character is categorized as a number.
|
![]() ![]() |
IsNumber(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a number.
|
![]() ![]() |
IsPunctuation(Char) |
Indicates whether the specified Unicode character is categorized as a punctuation mark.
|
![]() ![]() |
IsPunctuation(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a punctuation mark.
|
![]() ![]() |
IsSeparator(Char) |
Indicates whether the specified Unicode character is categorized as a separator character.
|
![]() ![]() |
IsSeparator(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a separator character.
|
![]() ![]() |
IsSurrogate(Char) |
Indicates whether the specified character has a surrogate code unit.
|
![]() ![]() |
IsSurrogate(String, Int32) |
Indicates whether the character at the specified position in a specified string has a surrogate code unit.
|
![]() ![]() |
IsSurrogatePair(Char, Char) |
Indicates whether the two specified Char objects form a surrogate pair.
|
![]() ![]() |
IsSurrogatePair(String, Int32) |
Indicates whether two adjacent Char objects at a specified position in a string form a surrogate pair.
|
![]() ![]() |
IsSymbol(Char) |
Indicates whether the specified Unicode character is categorized as a symbol character.
|
![]() ![]() |
IsSymbol(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as a symbol character.
|
![]() ![]() |
IsUpper |
Indicates whether the specified Unicode character is categorized as an uppercase letter.
|
![]() ![]() |
IsWhiteSpace(Char) |
Indicates whether the specified Unicode character is categorized as white space.
|
![]() ![]() |
IsWhiteSpace(String, Int32) |
Indicates whether the character at the specified position in a specified string is categorized as white space.
|
![]() ![]() |
Parse |
Converts the value of the specified string to its equivalent Unicode character.
|
![]() ![]() |
ToLower |
Converts the value of a Unicode character to its lowercase equivalent.
|
![]() |
ToString()()()() |
Converts the value of this instance to its equivalent string representation.
|
![]() |
ToString(String) | |
![]() |
ToString(String, IFormatProvider) | |
![]() ![]() |
ToUpper |
Converts the value of a Unicode character to its uppercase equivalent.
|