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

◆ s_negPercentFormats

readonly string [] System.Globalization.FormatProvider.Number.s_negPercentFormats
staticprivate
Initial value:
= new string[12]
{
"-# %", "-#%", "-%#", "%-#", "%#-", "#-%", "#%-", "-% #", "# %-", "% #-",
"% -#", "#- %"
}

Definition at line 34 of file FormatProvider.cs.

35 {
36 "-# %", "-#%", "-%#", "%-#", "%#-", "#-%", "#%-", "-% #", "# %-", "% #-",
37 "% -#", "#- %"
38 };

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