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

◆ s_posPercentFormats

readonly string [] System.Globalization.FormatProvider.Number.s_posPercentFormats = new string[4] { "# %", "#%", "%#", "% #" }
staticprivate

Definition at line 32 of file FormatProvider.cs.

32{ "# %", "#%", "%#", "% #" };

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