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

◆ s_negNumberFormats

readonly string [] System.Globalization.FormatProvider.Number.s_negNumberFormats = new string[5] { "(#)", "-#", "- #", "#-", "# -" }
staticprivate

Definition at line 40 of file FormatProvider.cs.

40{ "(#)", "-#", "- #", "#-", "# -" };

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