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