Convert::ToSByte Method
Converts a specified value to an 8-bit signed integer.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ToSByte(Boolean) | Converts the specified Boolean value to the equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Char) | Converts the value of the specified Unicode character to the equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(DateTime) | Calling this method always throws InvalidCastException. |
![]() ![]() | ToSByte(Decimal) | Converts the value of the specified decimal number to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Int16) | Converts the value of the specified 16-bit signed integer to the equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(Object^) | Converts the value of the specified object to an 8-bit signed integer. |
![]() ![]() | ToSByte(Object^, IFormatProvider^) | Converts the value of the specified object to an 8-bit signed integer, using the specified culture-specific formatting information. |
![]() ![]() | ToSByte(SByte) | Returns the specified 8-bit signed integer; no actual conversion is performed. |
![]() ![]() | ToSByte(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(String^) | Converts the specified string representation of a number to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(String^, IFormatProvider^) | Converts the specified string representation of a number to an equivalent 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. |
![]() ![]() | ToSByte(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit signed integer. |
![]() ![]() | ToSByte(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit signed integer. |

