Click or drag to resize

CultureSettingsToString Method

Returns a string representation of the culture settings.

Namespace: Altaxo.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override string ToString()

Return Value

String
A string containing the culture name, decimal separator, and group separator.
See Also