GUIConversionIsDouble(String, Double) Method |
Is the provided string a floating point value?
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool IsDouble(
string s,
out double val
)
Parameters
- s String
- The string to parse
- val Double
- The value parsed (only valid if parsing was successful).
Return Value
BooleanTrue if the string can successfully parsed to a double.
See Also