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!

Decimal.ToSByte

Converts a Decimal to an SByte.

Overload List

Converts a Decimal to an SByte with the default format.

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

Converts a Decimal to a, SByte with a specified format.

[Visual Basic] Overloads Public Shared Function ToSByte(Decimal) As SByte
[C#] public static sbyte ToSByte(Decimal);
[C++] public: static char ToSByte(Decimal);
[JScript] public static function ToSByte(Decimal) : SByte;

See Also

Decimal Structure | Decimal Members | System Namespace