GUIConversionToString(NullableInt32) Method |
Converts a nullable
Int32 value to a culture-aware string.
Namespace: Altaxo.SerializationAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static string ToString(
int? val
)
Parameters
- val NullableInt32
- The value to convert.
Return Value
StringThe formatted string, or an empty string for
.
See Also