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!

Boolean.ToSByte

Converts this instance of a Boolean to an SByte.

[Visual Basic]
Overridable Public Function ToSByte() As SByte
[C#]
public virtual sbyte ToSByte();
[C++]
public: virtual char ToSByte();
[JScript]
public function ToSByte() : SByte;

Return Value

An SByte value.

Remarks

The ToSByte method returns an unsigned byte.

This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See the TypeCode enumeration for more information about type codes, Convert, and ToSByte.)

See Also

Boolean Structure | Boolean Members | System Namespace