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

◆ PerMilleSymbol

string System.Globalization.NumberFormatInfo.PerMilleSymbol
getset

Definition at line 505 of file NumberFormatInfo.cs.

506 {
507 get
508 {
509 return _perMilleSymbol;
510 }
511 set
512 {
513 if (value == null)
514 {
515 throw new ArgumentNullException("value");
516 }
519 }
520 }

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