The members of System.Char are listed below.
See Also: Inherited members from System.ValueType
CompareTo(char) : int Returns the sort order of the current instance compared to the specified char .CompareTo(object) : int Returns the sort order of the current instance compared to the specified object . staticConvertFromUtf32(int) : string Documentation for this section has not yet been entered. staticConvertToUtf32(char, char) : int Documentation for this section has not yet been entered. staticConvertToUtf32(string, int) : int Documentation for this section has not yet been entered.Equals(char) : bool Determines whether the current instance and the specified char represent the same value. overrideEquals(object) : bool Determines whether the current instance and the specified object represent the same type and value. overrideGetHashCode() : int Generates a hash code for the current instance. staticGetNumericValue(char) : double Returns the numeric value associated with the specified Unicode character. staticGetNumericValue(string, int) : double Returns the numeric value associated with the Unicode character at the specified position in the specified string.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticGetUnicodeCategory(char) : System.Globalization.UnicodeCategory Determines the System.Globalization.UnicodeCategory of the specified Unicode character. staticGetUnicodeCategory(string, int) : System.Globalization.UnicodeCategory Determines the System.Globalization.UnicodeCategory of the character at the specified position in the specified string . staticIsControl(char) : bool Determines whether the specified Unicode character is a control character. staticIsControl(string, int) : bool Determines whether the character at the specified position in the specified string is a control character. staticIsDigit(char) : bool Determines whether a Unicode character is a decimal digit. staticIsDigit(string, int) : bool Determines whether the character at the specified position in the specified string is a decimal digit. staticIsHighSurrogate(char) : bool Documentation for this section has not yet been entered. staticIsHighSurrogate(string, int) : bool Documentation for this section has not yet been entered. staticIsLetter(char) : bool Determines whether the specified Unicode character is a letter. staticIsLetter(string, int) : bool Determines whether the character at the specified position in the specified string is a letter. staticIsLetterOrDigit(char) : bool Determines whether the specified Unicode character is either a letter or a decimal digit. staticIsLetterOrDigit(string, int) : bool Determines whether the character at the specified position in the specified string is either a letter or a decimal digit. staticIsLower(char) : bool Determines whether the specified Unicode character is a lowercase letter. staticIsLower(string, int) : bool Determines whether the character at the specified position in the specified string is a lowercase letter. staticIsLowSurrogate(char) : bool Documentation for this section has not yet been entered. staticIsLowSurrogate(string, int) : bool Documentation for this section has not yet been entered. staticIsNumber(char) : bool Determines whether the specified Unicode character is a number. staticIsNumber(string, int) : bool Determines whether the character at the specified position in the specified string is a number. staticIsPunctuation(char) : bool Determines whether the specified Unicode character is a punctuation mark. staticIsPunctuation(string, int) : bool Determines whether the character at the specified position in the specified string is a punctuation mark. staticIsSeparator(char) : bool Determines whether the specified Unicode character is a separator character. staticIsSeparator(string, int) : bool Determines whether the character at the specified position in the specified string is a separator character. staticIsSurrogate(char) : bool Determines whether the specified Unicode character is a surrogate character. staticIsSurrogate(string, int) : bool Determines whether the character at the specified position in the specified string is a surrogate character. staticIsSurrogatePair(char, char) : bool Documentation for this section has not yet been entered. staticIsSurrogatePair(string, int) : bool Documentation for this section has not yet been entered. staticIsSymbol(char) : bool Determines whether the specified Unicode character is a symbol character. staticIsSymbol(string, int) : bool Determines whether the character at the specified position in the specified string is a symbol character. staticIsUpper(char) : bool Determines whether the specified Unicode character is an uppercase letter. staticIsUpper(string, int) : bool Determines whether the character at the specified position in the specified string is an uppercase letter. staticIsWhiteSpace(char) : bool Determines whether the specified Unicode character is a whitespace character. staticIsWhiteSpace(string, int) : bool Determines whether the character at the specified position in the specified string is a whitespace character. staticParse(string) : char Returns the specified string converted to a char value. staticToLower(char) : char Converts a char to its lowercase equivalent. staticToLower(char, System.Globalization.CultureInfo) : char Documentation for this section has not yet been entered. staticToLowerInvariant(char) : char Documentation for this section has not yet been entered. overrideToString() : string Returns a string representation of the value of the current instance. staticToString(char) : string Documentation 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. staticToUpper(char) : char Converts a char to its uppercase equivalent. staticToUpper(char, System.Globalization.CultureInfo) : char Documentation for this section has not yet been entered. staticToUpperInvariant(char) : char Documentation for this section has not yet been entered. staticTryParse(string, out char) : bool Documentation for this section has not yet been entered.
IConvertible.ToBoolean Documentation for this section has not yet been entered. IConvertible.ToByte Documentation for this section has not yet been entered. IConvertible.ToChar Documentation for this section has not yet been entered. IConvertible.ToDateTime Documentation for this section has not yet been entered. IConvertible.ToDecimal Documentation for this section has not yet been entered. IConvertible.ToDouble Documentation for this section has not yet been entered. IConvertible.ToInt16 Documentation for this section has not yet been entered. IConvertible.ToInt32 Documentation for this section has not yet been entered. IConvertible.ToInt64 Documentation for this section has not yet been entered. IConvertible.ToSByte Documentation for this section has not yet been entered. IConvertible.ToSingle Documentation for this section has not yet been entered. IConvertible.ToType Documentation for this section has not yet been entered. IConvertible.ToUInt16 Documentation for this section has not yet been entered. IConvertible.ToUInt32 Documentation for this section has not yet been entered. IConvertible.ToUInt64 Documentation for this section has not yet been entered.