Converts a UInt32 to an SByte.
[Visual Basic] Overloads Public Shared Function ToSByte( _ ByVal value As UInt32 _ ) As SByte [C#] public static sbyte ToSByte( uint value ); [C++] public: static char ToSByte( unsigned int value ); [JScript] public static function ToSByte( value : UInt32 ) : SByte;
The value as an SByte.
Exception Type | Condition |
---|---|
OverflowException | is thrown if value is greater than SByte.MaxValue. |
Convert Class | Convert Members | System Namespace | Convert.ToSByte Overload List