Bridge

Convert..::..ToSingle Method

Overload List


  Name Description
Public method Static member 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.
Public method Static member 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.