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

◆ PercentGroupSeparator

string System.Globalization.NumberFormatInfo.PercentGroupSeparator
getset

Definition at line 474 of file NumberFormatInfo.cs.

475 {
476 get
477 {
479 }
480 set
481 {
483 VerifyGroupSeparator(value, "value");
485 }
486 }
static void VerifyGroupSeparator(string groupSep, string propertyName)