ShopToolsUtilToFloat(Object) Method
Provide fail-safe conversion of string to numeric value.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public static float ToFloat(
Object value
)
Public Shared Function ToFloat (
value As Object
) As Single
No code example is currently available or this language may not be supported.
- value Object
-
Value to convert.
Single
Floating point value. 0 if not convertible.