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

◆ s_negCurrencyFormats

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

Definition at line 26 of file FormatProvider.cs.

27 {
28 "($#)", "-$#", "$-#", "$#-", "(#$)", "-#$", "#-$", "#$-", "-# $", "-$ #",
29 "# $-", "$ #-", "$ -#", "#- $", "($ #)", "(# $)", "$- #"
30 };

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