ConvertToSingle Method |
Name | Description | |
---|---|---|
ToSingle(Boolean) | Converts the specified Boolean value to the equivalent single-precision floating-point number. | |
ToSingle(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent single-precision floating-point number. | |
ToSingle(Char) | Calling this method always throws InvalidCastException. | |
ToSingle(DateTime) | Calling this method always throws InvalidCastException. | |
ToSingle(Decimal) | Converts the value of the specified decimal number to an equivalent single-precision floating-point number. | |
ToSingle(Double) | Converts the value of the specified double-precision floating-point number to an equivalent single-precision floating-point number. | |
ToSingle(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Int64) | Converts the value of the specified 64-bit signed integer to an equivalent single-precision floating-point number. | |
ToSingle(Object) | Converts the value of the specified object to a single-precision floating-point number. | |
ToSingle(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent single-precision floating-point number. | |
ToSingle(Single) | Returns the specified single-precision floating-point number; no actual conversion is performed. | |
ToSingle(String) | Converts the specified string representation of a number to an equivalent single-precision floating-point number. | |
ToSingle(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent single-precision floating-point number. | |
ToSingle(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent single-precision floating-point number. | |
ToSingle(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent single-precision floating-point number. | |
ToSingle(Object, IFormatProvider) | Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information. | |
ToSingle(String, IFormatProvider) | Converts the specified string representation of a number to an equivalent single-precision floating-point number, using the specified culture-specific formatting information. |