Note: The following methods always throw InvalidCaseException:
- ToSingle(DateTime)
- ToSingle(Char)
ToSingle(String, IFormatProvider)
- Parameters:
- Value: String
- Provider: IFormatProvider
- Return Type: Single
- Description: Converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specific formatting information.
ToSingle(Object, IFormatProvider)
- Parameters:
- Value: Object
- Provider: IFormatProvider
- Return Type: Single
- Description: Converts the value of the specified object to a single-precision floating-point number, using the specified culture-specific formatting information.
ToSingle(UInt64)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating-point number.
ToSingle(UInt32)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating-point number.
ToSingle(UInt16)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 16-bit unsigned integer to an equivalent single-precision floating-point number.
ToSingle(String)
- Parameters:
- Return Type: Single
- Description: Converts the specified string representation of a number to an equivalent single-precision floating-point number.
ToSingle(SByte)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 8-bit signed integer to an equivalent single-precision floating-point number.
ToSingle(Object)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified object to an equivalent single-precision floating-point number.
ToSingle(Int32)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating-point number.
ToSingle(Int16)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating-point number.
ToSingle(Double)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified double-precision floating-point number to an equivalent single-precision floating-point number.
ToSingle(Decimal)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified decimal number to an equivalent single-precision floating-point number.
ToSingle(Byte)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 8-bit unsigned integer to an equivalent single-precision floating-point number.
ToSingle(Boolean)
- Parameters:
- Return Type: Single
- Description: Converts the specified Boolean value to an equivalent single-precision floating-point number.
ToSingle(Int64)
- Parameters:
- Return Type: Single
- Description: Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating-point number.
#Rules