The methods of System.Char are listed below. For a list of all members, see the Char Members list.
See Also: Inherited members from System.ValueType
CompareTo(char)Returns the sort order of the current instance compared to the specified char . | ||
CompareTo(object)Returns the sort order of the current instance compared to the specified object . | ||
static | ConvertFromUtf32(int)Documentation for this section has not yet been entered. | |
static | ConvertToUtf32(char, char)Documentation for this section has not yet been entered. | |
static | ConvertToUtf32(string, int)Documentation for this section has not yet been entered. | |
Equals(char)Determines whether the current instance and the specified char represent the same value. | ||
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
override | GetHashCode()Generates a hash code for the current instance. | |
static | GetNumericValue(char)Returns the numeric value associated with the specified Unicode character. | |
static | GetNumericValue(string, int)Returns the numeric value associated with the Unicode character at the specified position in the specified string. | |
GetTypeCode()Documentation for this section has not yet been entered. | ||
static | GetUnicodeCategory(char)Determines the System.Globalization.UnicodeCategory of the specified Unicode character. | |
static | GetUnicodeCategory(string, int)Determines the System.Globalization.UnicodeCategory of the character at the specified position in the specified string . | |
static | IsControl(char)Determines whether the specified Unicode character is a control character. | |
static | IsControl(string, int)Determines whether the character at the specified position in the specified string is a control character. | |
static | IsDigit(char)Determines whether a Unicode character is a decimal digit. | |
static | IsDigit(string, int)Determines whether the character at the specified position in the specified string is a decimal digit. | |
static | IsHighSurrogate(char)Documentation for this section has not yet been entered. | |
static | IsHighSurrogate(string, int)Documentation for this section has not yet been entered. | |
static | IsLetter(char)Determines whether the specified Unicode character is a letter. | |
static | IsLetter(string, int)Determines whether the character at the specified position in the specified string is a letter. | |
static | IsLetterOrDigit(char)Determines whether the specified Unicode character is either a letter or a decimal digit. | |
static | IsLetterOrDigit(string, int)Determines whether the character at the specified position in the specified string is either a letter or a decimal digit. | |
static | IsLower(char)Determines whether the specified Unicode character is a lowercase letter. | |
static | IsLower(string, int)Determines whether the character at the specified position in the specified string is a lowercase letter. | |
static | IsLowSurrogate(char)Documentation for this section has not yet been entered. | |
static | IsLowSurrogate(string, int)Documentation for this section has not yet been entered. | |
static | IsNumber(char)Determines whether the specified Unicode character is a number. | |
static | IsNumber(string, int)Determines whether the character at the specified position in the specified string is a number. | |
static | IsPunctuation(char)Determines whether the specified Unicode character is a punctuation mark. | |
static | IsPunctuation(string, int)Determines whether the character at the specified position in the specified string is a punctuation mark. | |
static | IsSeparator(char)Determines whether the specified Unicode character is a separator character. | |
static | IsSeparator(string, int)Determines whether the character at the specified position in the specified string is a separator character. | |
static | IsSurrogate(char)Determines whether the specified Unicode character is a surrogate character. | |
static | IsSurrogate(string, int)Determines whether the character at the specified position in the specified string is a surrogate character. | |
static | IsSurrogatePair(char, char)Documentation for this section has not yet been entered. | |
static | IsSurrogatePair(string, int)Documentation for this section has not yet been entered. | |
static | IsSymbol(char)Determines whether the specified Unicode character is a symbol character. | |
static | IsSymbol(string, int)Determines whether the character at the specified position in the specified string is a symbol character. | |
static | IsUpper(char)Determines whether the specified Unicode character is an uppercase letter. | |
static | IsUpper(string, int)Determines whether the character at the specified position in the specified string is an uppercase letter. | |
static | IsWhiteSpace(char)Determines whether the specified Unicode character is a whitespace character. | |
static | IsWhiteSpace(string, int)Determines whether the character at the specified position in the specified string is a whitespace character. | |
static | Parse(string)Returns the specified string converted to a char value. | |
static | ToLower(char)Converts a char to its lowercase equivalent. | |
static | ToLower(char, System.Globalization.CultureInfo)Documentation for this section has not yet been entered. | |
static | ToLowerInvariant(char)Documentation for this section has not yet been entered. | |
override | ToString()Returns a string representation of the value of the current instance. | |
static | ToString(char)Documentation for this section has not yet been entered. | |
ToString(IFormatProvider)Converts the value of this instance to its equivalent String representation using the specified culture-specific format information. | ||
static | ToUpper(char)Converts a char to its uppercase equivalent. | |
static | ToUpper(char, System.Globalization.CultureInfo)Documentation for this section has not yet been entered. | |
static | ToUpperInvariant(char)Documentation for this section has not yet been entered. | |
static | TryParse(string, out char)Documentation for this section has not yet been entered. | |