HtmlUtilToFloat(String) Method
Provide fail-safe conversion of string to numeric value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public static float ToFloat(
string value
)
Public Shared Function ToFloat (
value As String
) As Single
No code example is currently available or this language may not be supported.
- value String
-
Value to convert.
Single
Floating point value. 0 if not convertible.