terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ NumberStyles

Enumerator
None 
AllowLeadingWhite 
AllowTrailingWhite 
AllowLeadingSign 
AllowTrailingSign 
AllowParentheses 
AllowDecimalPoint 
AllowThousands 
AllowExponent 
AllowCurrencySymbol 
AllowHexSpecifier 
Integer 
HexNumber 
Number 
Float 
Currency 
Any 

Definition at line 7 of file NumberStyles.cs.

8 {
9 // Token: 0x040017A3 RID: 6051
10 None = 0,
11 // Token: 0x040017A4 RID: 6052
13 // Token: 0x040017A5 RID: 6053
15 // Token: 0x040017A6 RID: 6054
17 // Token: 0x040017A7 RID: 6055
19 // Token: 0x040017A8 RID: 6056
21 // Token: 0x040017A9 RID: 6057
23 // Token: 0x040017AA RID: 6058
24 AllowThousands = 64,
25 // Token: 0x040017AB RID: 6059
26 AllowExponent = 128,
27 // Token: 0x040017AC RID: 6060
29 // Token: 0x040017AD RID: 6061
31 // Token: 0x040017AE RID: 6062
32 Integer = 7,
33 // Token: 0x040017AF RID: 6063
34 HexNumber = 515,
35 // Token: 0x040017B0 RID: 6064
36 Number = 111,
37 // Token: 0x040017B1 RID: 6065
38 Float = 167,
39 // Token: 0x040017B2 RID: 6066
40 Currency = 383,
41 // Token: 0x040017B3 RID: 6067
42 Any = 511
43 }