Bridge

Convert..::..ToSByte Method

Overload List


  Name Description
Public method Static member ToSByte(Object)
Converts the value of the specified object to an 8-bit signed integer. Note: Calling this method for [DateTime] value always throws InvalidCastException.
Public method Static member ToSByte(Object, IFormatProvider)
Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information. Note: Calling this method for [DateTime] value always throws InvalidCastException.
Public method Static member ToSByte(String)
Converts the value of the specified object to an 8-bit signed integer.
Public method Static member ToSByte(String, IFormatProvider)
Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information.
Public method Static member ToSByte(String, Int32)
Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.