Convert..::..ToSingle Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ToSingle(Object) |
Converts the value of the specified object to a single-precision floating-point number.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
|
![]() ![]() |
ToSingle(Object, IFormatProvider) |
Converts the value of the specified object to an single-precision floating-point number, using the specified culture-specific formatting information.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
|