LongStringToDouble Method
Return the most appropriate individual double representation of this
object.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public double ToDouble(
IFormatProvider provider
)
Public Function ToDouble (
provider As IFormatProvider
) As Double
No code example is currently available or this language may not be supported.
- provider IFormatProvider
-
Format provider.
Double
A double representation of this value.
IConvertibleToDouble(IFormatProvider)