Click or drag to resize

GUIConversionToString(Double, String) Method

Converts a Double value to a culture-aware string using the specified format string.

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,
	string format
)

Parameters

val  Double
The value to convert.
format  String
The format string.

Return Value

String
The formatted string.
See Also