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