Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / FloatParse Method
The string to convert

In This Topic
    FloatParse Method
    In This Topic
    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