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

◆ s_negPercentFormats

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

Definition at line 1245 of file Number.cs.

1246 {
1247 "-# %", "-#%", "-%#", "%-#", "%#-", "#-%", "#%-", "-% #", "# %-", "% #-",
1248 "% -#", "#- %"
1249 };

Referenced by System.Number.FormatPercent().