Click or drag to resize

GUIConversionToString(Double, Int32) Method

Converts a Double value to a culture-aware string with the specified accuracy.

Namespace: Altaxo.Serialization
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static string ToString(
	double val,
	int accuracy
)

Parameters

val  Double
The value to convert.
accuracy  Int32
The number of significant digits.

Return Value

String
The formatted string.
See Also