[]
Converts the text to a Double value using a float numeric format.
public double ParseFloat(string text, FormatType formatType, CultureInfo culture)
Type | Name | Description |
---|---|---|
string | text | The string to parse. |
FormatType | formatType | Format type used in parsing. |
CultureInfo | culture | Culture used in parsing. |
Type | Description |
---|---|
double |