Click or drag to resize

GUIConversionToString(Int32) Method

Converts an Int32 value to a culture-aware string.

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

Parameters

val  Int32
The value to convert.

Return Value

String
The formatted string.
See Also