Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
NumberStyles.cs
Go to the documentation of this file.
2
3[Flags]
4public enum NumberStyles
5{
6 None = 0,
11 AllowParentheses = 0x10,
12 AllowDecimalPoint = 0x20,
13 AllowThousands = 0x40,
14 AllowExponent = 0x80,
15 AllowCurrencySymbol = 0x100,
16 AllowHexSpecifier = 0x200,
17 Integer = 7,
18 HexNumber = 0x203,
19 Number = 0x6F,
20 Float = 0xA7,
21 Currency = 0x17F,
22 Any = 0x1FF
23}