NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Char Structure

Represents a character value.

Object
   ValueType
      Char

[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.

Remarks

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.

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Char Members | System Namespace | IComparable | IConvertible