GUIConversionToNumberStringNullIfNaN Method |
Converts a number to a string, or returns
null if the value is
NaN.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string? ToNumberStringNullIfNaN(
double val
)
Parameters
- val Double
- The value to format.
Return Value
StringThe formatted number string, or
null.
See Also