Eyeshot 10 WinForms API Reference
FloatParse Method

WinForms Assembly > devDept.Geometry Namespace > Utility Class : FloatParse Method
The string to convert
Converts the string representation of a number to its single-precision equivalent in a culture invariant way.
Syntax
'Declaration
 
Public Shared Function FloatParse( _
   ByVal value As String _
) As Single
public static float FloatParse( 
   string value
)

Parameters

value
The string to convert

Return Value

The converted value.
See Also

Reference

Utility Class
Utility Members