GUIConversionIsDoubleOrNull Method |
Determines whether the specified string represents a
Double value or an empty value.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool IsDoubleOrNull(
string s,
out double? val
)
Parameters
- s String
- The string to parse.
- val NullableDouble
- The parsed nullable value.
Return Value
Boolean if parsing succeeded; otherwise,
.
See Also