GUIConversionToString(Double, Int32) Method |
Converts a
Double value to a culture-aware string with the specified accuracy.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string ToString(
double val,
int accuracy
)
Parameters
- val Double
- The value to convert.
- accuracy Int32
- The number of significant digits.
Return Value
StringThe formatted string.
See Also