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

◆ s_posCurrencyFormats

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

Definition at line 1235 of file Number.cs.

1235{ "$#", "#$", "$ #", "# $" };

Referenced by System.Number.FormatCurrency().