ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / ParseInfo Class / ParseFloat Method
The string to parse.
Format type used in parsing.
Culture used in parsing.

In This Topic
    ParseFloat Method
    In This Topic
    Converts the text to a Double value using a float numeric format.
    Syntax
    'Declaration
     
    Public Function ParseFloat( _
       ByVal text As String, _
       ByVal formatType As FormatTypeEnum, _
       ByVal culture As CultureInfo _
    ) As Double
    public double ParseFloat( 
       string text,
       FormatTypeEnum formatType,
       CultureInfo culture
    )

    Parameters

    text
    The string to parse.
    formatType
    Format type used in parsing.
    culture
    Culture used in parsing.
    See Also