LongStringToSingle Method
Return the most appropriate individual single floating point
representation of this object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public float ToSingle(
IFormatProvider provider
)
Public Function ToSingle (
provider As IFormatProvider
) As Single
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Single
A single floating point representation of this value.
IConvertibleToSingle(IFormatProvider)