Represents a character value.
[Visual Basic] Public Structure Char Implements IComparable, IConvertible [C#] public struct Char : IComparable, IConvertible [C++] public __value struct Char : public IComparable, IConvertible
[JScript] In JScript, you can use the structures in the NGWS frameworks, but you cannot define your own.
The Char class extends the Value class that represents a Unicode character Char methods (until that functionality is added) and provides object representation for the char primitive type.
The Unicode minimum and maximum values are\u0000 through\uffff, respectively.
Char has only a subset of the functions required to determine all of the character classifications given by the Unicode standard. For a complete set of functions, see the CharacterInfo class.
Namespace: System
Assembly: mscorlib.dll
Char Members | System Namespace | IComparable | IConvertible