Bridge

Char Members

The Char type exposes the following members.

Methods


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

Fields


  Name Description
Public field Static member MaxValue
Represents the largest possible value of a Char. This field is constant.
Public field Static member MinValue
Represents the smallest possible value of a Char. This field is constant.