Click or drag to resize

GUIConversionToString(NullableInt32) Method

Converts a nullable 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  NullableInt32
The value to convert.

Return Value

String
The formatted string, or an empty string for .
See Also