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

Representing the constant that is the largest possible Char value.

[Visual Basic]
Public Const MaxValue As Char
[C#]
public const char MaxValue;
[C++]
public: const __wchar_t MaxValue;
[JScript]
public var MaxValue : Char;

Remarks

The MaxValue is the maximum character value of (char) 0xFFFF.

See Also

Char Structure | Char Members | System Namespace