Converts a Decimal to an unsigned Byte.
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;