Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CurrencyGroupSeparator

string System.Globalization.NumberFormatInfo.CurrencyGroupSeparator
getset

Definition at line 178 of file NumberFormatInfo.cs.

179 {
180 get
181 {
183 }
184 set
185 {
187 VerifyGroupSeparator(value, "value");
189 }
190 }
static void VerifyGroupSeparator(string groupSep, string propertyName)

Referenced by System.Globalization.FormatProvider.Number.ParseNumber().