Convert..::..ToSByte Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
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.
|
![]() ![]() |
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.
|
![]() ![]() |
ToSByte(String) |
Converts the value of the specified object to an 8-bit signed integer.
|
![]() ![]() |
ToSByte(String, IFormatProvider) |
Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information.
|
![]() ![]() |
ToSByte(String, Int32) |
Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.
|