NumberFormatInfo.CurrencyDecimalSeparator Property

 

Gets or sets the string to use as the decimal separator in currency values.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

member CurrencyDecimalSeparator : string with get, set

Property Value

Type: System.String

The string to use as the decimal separator in currency values. The default for InvariantInfo is ".".

Exception Condition
ArgumentNullException

The property is being set to null.

InvalidOperationException

The property is being set and the NumberFormatInfo object is read-only.

ArgumentException

The property is being set to an empty string.

The initial value of this property is derived from the settings in the Region and Language item in Control Panel.

The CurrencyDecimalSeparator property is used with the "C" standard format string to define the symbol that separates integral from fractional digits. For more information, see Standard Numeric Format Strings.

The following example demonstrates the effect of changing the CurrencyDecimalSeparator property.

No code example is currently available or this language may not be supported.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: