Bridge

NumberFormatInfo..::..CurrencyGroupSeparator Property

Gets or sets the string that separates groups of digits to the left of the decimal in currency values.

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

Syntax


[FieldPropertyAttribute]
public string CurrencyGroupSeparator { get; set; }
<FieldPropertyAttribute> _
Public Property CurrencyGroupSeparator As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ CurrencyGroupSeparator {
	String^ get ();
	void set (String^ value);
}

Return Value

The string that separates groups of digits to the left of the decimal in currency values. The default for InvariantInfo is ",".

Exceptions


ExceptionCondition
System..::..ArgumentNullExceptionThe property is being set to null.
System..::..InvalidOperationExceptionThe property is being set and the NumberFormatInfo object is read-only.