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

◆ s_posCurrencyFormats

readonly string [] System.Globalization.FormatProvider.Number.s_posCurrencyFormats = new string[4] { "$#", "#$", "$ #", "# $" }
staticprivate

Definition at line 24 of file FormatProvider.cs.

24{ "$#", "#$", "$ #", "# $" };

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