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

Converts a Decimal to an unsigned Byte.

Overload List

Converts a Decimal to an unsigned Byte.

[Visual Basic] Overloads Overridable Public Function ToByte() As Byte
[C#] public virtual byte ToByte();
[C++] public: virtual unsigned char ToByte();
[JScript] public function ToByte() : Byte;

Converts a Decimal to an unsigned Byte.

[Visual Basic] Overloads Public Shared Function ToByte(Decimal) As Byte
[C#] public static byte ToByte(Decimal);
[C++] public: static unsigned char ToByte(Decimal);
[JScript] public static function ToByte(Decimal) : Byte;

See Also

Decimal Structure | Decimal Members | System Namespace