| CompareTo(char) : intReturns the sort order of the current instance compared
to the specified char
. |
| CompareTo(object) : intReturns the sort order of the current instance compared
to the specified object
. |
static | ConvertFromUtf32(int) : stringDocumentation for this section has not yet been entered. |
static | ConvertToUtf32(char, char) : intDocumentation for this section has not yet been entered. |
static | ConvertToUtf32(string, int) : intDocumentation for this section has not yet been entered. |
| Equals(char) : boolDetermines whether the current instance and the
specified char represent the same value. |
override | Equals(object) : boolDetermines whether the current instance and the
specified object represent the same type and
value. |
override | GetHashCode() : intGenerates a hash code for the current instance. |
static | GetNumericValue(char) : double Returns the numeric value associated with the specified
Unicode character. |
static | GetNumericValue(string, int) : doubleReturns the numeric value associated with the Unicode
character at the specified position in the specified string. |
| GetTypeCode() : TypeCodeDocumentation for this section has not yet been entered. |
static | GetUnicodeCategory(char) : System.Globalization.UnicodeCategory Determines the System.Globalization.UnicodeCategory of the specified Unicode character. |
static | GetUnicodeCategory(string, int) : System.Globalization.UnicodeCategoryDetermines the System.Globalization.UnicodeCategory of the character at the specified
position in the specified string . |
static | IsControl(char) : bool Determines whether the specified Unicode character
is a control character. |
static | IsControl(string, int) : boolDetermines whether the character at the specified
position in the specified string is a control character. |
static | IsDigit(char) : bool Determines whether a Unicode character is a
decimal digit. |
static | IsDigit(string, int) : boolDetermines whether the character at the specified
position in the specified string is a decimal digit. |
static | IsHighSurrogate(char) : boolDocumentation for this section has not yet been entered. |
static | IsHighSurrogate(string, int) : boolDocumentation for this section has not yet been entered. |
static | IsLetter(char) : bool Determines whether the specified Unicode character is
a letter. |
static | IsLetter(string, int) : boolDetermines whether the character at the specified
position in the specified string is a letter. |
static | IsLetterOrDigit(char) : boolDetermines whether the specified Unicode character is either a letter or a decimal digit. |
static | IsLetterOrDigit(string, int) : boolDetermines whether the character at the specified
position in the specified string is either a letter or a decimal digit. |
static | IsLower(char) : bool Determines whether the specified Unicode character is a lowercase letter. |
static | IsLower(string, int) : boolDetermines whether the character at the specified
position in the specified string is a lowercase letter. |
static | IsLowSurrogate(char) : boolDocumentation for this section has not yet been entered. |
static | IsLowSurrogate(string, int) : boolDocumentation for this section has not yet been entered. |
static | IsNumber(char) : bool Determines whether the specified
Unicode character is a number. |
static | IsNumber(string, int) : boolDetermines whether the character at the specified
position in the specified string is a number. |
static | IsPunctuation(char) : bool Determines whether the specified Unicode character is a punctuation mark. |
static | IsPunctuation(string, int) : boolDetermines whether the character at the specified
position in the specified string is a punctuation mark. |
static | IsSeparator(char) : bool Determines whether the specified Unicode character is a
separator character. |
static | IsSeparator(string, int) : boolDetermines whether the character at the specified
position in the specified string is a separator character. |
static | IsSurrogate(char) : bool Determines whether the specified Unicode character is a
surrogate character. |
static | IsSurrogate(string, int) : boolDetermines whether the character at the specified
position in the specified string is a surrogate character. |
static | IsSurrogatePair(char, char) : boolDocumentation for this section has not yet been entered. |
static | IsSurrogatePair(string, int) : boolDocumentation for this section has not yet been entered. |
static | IsSymbol(char) : bool Determines whether the specified Unicode character is a
symbol character. |
static | IsSymbol(string, int) : boolDetermines whether the character at the specified
position in the specified string is a symbol character. |
static | IsUpper(char) : bool Determines whether the specified Unicode character is an uppercase letter. |
static | IsUpper(string, int) : boolDetermines whether the character at the specified
position in the specified string is an uppercase letter. |
static | IsWhiteSpace(char) : bool Determines whether the specified Unicode character is a whitespace character. |
static | IsWhiteSpace(string, int) : boolDetermines whether the character at the specified
position in the specified string is a whitespace character. |
static | Parse(string) : charReturns the specified string converted to a char
value. |
static | ToLower(char) : charConverts a char
to its lowercase equivalent. |
static | ToLower(char, System.Globalization.CultureInfo) : charDocumentation for this section has not yet been entered. |
static | ToLowerInvariant(char) : charDocumentation for this section has not yet been entered. |
override | ToString() : stringReturns a string representation of the value of the current
instance. |
static | ToString(char) : stringDocumentation for this section has not yet been entered. |
| ToString(IFormatProvider) : string Converts the value of this instance to its equivalent
String representation using the specified culture-specific
format information. |
static | ToUpper(char) : charConverts a char
to its uppercase equivalent. |
static | ToUpper(char, System.Globalization.CultureInfo) : charDocumentation for this section has not yet been entered. |
static | ToUpperInvariant(char) : charDocumentation for this section has not yet been entered. |
static | TryParse(string, out char) : boolDocumentation for this section has not yet been entered. |