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

Representing the constant that is the smallest possible Char value.

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

Remarks

The MinValue is the minimum character value of (char) 0.00.

See Also

Char Structure | Char Members | System Namespace