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!

SByte.Empty

Constant representing an empty SByte value. The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.

[C#]
public const sbyte Empty;
[C++]
public: const char Empty;
[JScript]
public var Empty : SByte;

[Visual Basic] The SByte type cannot be used in Visual Basic.

Remarks [C#, C++, JScript]

The SByte.Empty hexadecimal value is 0x0.

See Also

SByte Structure | SByte Members | System Namespace | Empty