Convert..::..ToSByte Method (Object)
Converts the value of the specified object to an 8-bit signed integer.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static sbyte ToSByte( Object value )
<TemplateAttribute> _ Public Shared Function ToSByte ( _ value As Object _ ) As SByte
[TemplateAttribute] public: static signed char^ ToSByte( Object^ value )
Parameters
- value
- Type: System..::..Object