Note: The following method always throws InvalidCaseException:
ToSByte(UInt32)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit signed integer.
ToSByte(String)
- Parameters:
- Return Type: SByte
- Description: Converts the specified string representation of a number to an equivalent 8-bit signed integer.
ToSByte(UInt64)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit signed integer.
ToSByte(UInt16)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 16-bit unsigned integer to an equivalent 8-bit signed integer.
ToSByte(String, IFormatProvider)
- Parameters:
- Value: String
- Provider: IFormatProvider
- Return Type: SByte
- Description: 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)
- Parameters:
- Value: String
- FromBase: Int32
- Return Type: SByte
- Description: Converts the string representation of a number in a specified base to an equivalent 8-bit signed integer.
ToSByte(Single)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified single-precision floating-point number to an equivalent 8-bit signed integer.
ToSByte(Object, IFormatProvider)
- Parameters:
- Value: Object
- Provider: IFormatProvider
- Return Type: SByte
- Description: Converts the value of the specified object to an equivalent 8-bit signed integer, using the specified culture-specific formatting information.
ToSByte(Int32)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 32-bit signed integer to an equivalent 8-bit signed integer.
ToSByte(Int64)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 64-bit signed integer to an equivalent 8-bit signed integer.
ToSByte(Object)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified object to an equivalent 8-bit signed integer.
ToSByte(Byte)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 8-bit unsigned integer to an equivalent 8-bit signed integer.
ToSByte(Char)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified Unicode character to an equivalent 8-bit signed integer.
ToSByte(Boolean)
- Parameters:
- Return Type: SByte
- Description: Converts the specified Boolean value to an equivalent 8-bit signed integer.
ToSByte(Double)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified double-precision floating-point number to an equivalent 8-bit signed integer.
ToSByte(Int16)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified 16-bit signed integer to an equivalent 8-bit signed integer.
ToSByte(Decimal)
- Parameters:
- Return Type: SByte
- Description: Converts the value of the specified decimal number to an equivalent 8-bit signed integer.
#Rules