Retrieves and assigns the character used to separate groups of digits to the left of the decimal point.
[Visual Basic] Public Property PercentGroupSeparator As String [C#] public string PercentGroupSeparator {get; set;} [C++] public: __property String* get_PercentGroupSeparator(); public: __property void set_PercentGroupSeparator(String*); [JScript] public function get PercentGroupSeparator() : String; public function set PercentGroupSeparator(String);
Read/write. The character used to separate groups of digits to the left of the decimal point. The default value is ','.
Exception Type | Condition |
---|---|
ArgumentException | value to assign is null. |
InvalidOperationException | This NumberFormatInfo object is read-only and an attempt is made to assign a value. |
Assignment is not allowed if this NumberFormatInfo object is read-only.
NumberFormatInfo Class | NumberFormatInfo Members | System.Globalization Namespace