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

Representing the constant that is the empty Char value.

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

Remarks

The Empty character value is MinValue, which is 0x000.

See Also

Char Structure | Char Members | System Namespace