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

◆ PercentSymbol

string System.Globalization.NumberFormatInfo.PercentSymbol
getset

Definition at line 488 of file NumberFormatInfo.cs.

489 {
490 get
491 {
492 return _percentSymbol;
493 }
494 set
495 {
496 if (value == null)
497 {
498 throw new ArgumentNullException("value");
499 }
502 }
503 }

Referenced by System.Xml.Xsl.Runtime.DecimalFormatter.DecimalFormatter().