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

◆ s_negCurrencyFormats

readonly string [] System.Number.s_negCurrencyFormats
staticprivate
Initial value:
= new string[17]
{
"($#)", "-$#", "$-#", "$#-", "(#$)", "-#$", "#-$", "#$-", "-# $", "-$ #",
"# $-", "$ #-", "$ -#", "#- $", "($ #)", "(# $)", "$- #"
}

Definition at line 1237 of file Number.cs.

1238 {
1239 "($#)", "-$#", "$-#", "$#-", "(#$)", "-#$", "#-$", "#$-", "-# $", "-$ #",
1240 "# $-", "$ #-", "$ -#", "#- $", "($ #)", "(# $)", "$- #"
1241 };

Referenced by System.Number.FormatCurrency().