Converts the current value to an 8-bit unsigned integer based on the underlying type.
[Visual Basic] Overridable Public Function ToByte() As Byte [C#] public virtual byte ToByte(); [C++] public: virtual unsigned char ToByte(); [JScript] public function ToByte() : Byte;
The converted value.
Uses Convert to perform the conversion.