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
enum
System.Globalization.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
12
AllowLeadingWhite
= 1,
13
// Token: 0x040017A5 RID: 6053
14
AllowTrailingWhite
= 2,
15
// Token: 0x040017A6 RID: 6054
16
AllowLeadingSign
= 4,
17
// Token: 0x040017A7 RID: 6055
18
AllowTrailingSign
= 8,
19
// Token: 0x040017A8 RID: 6056
20
AllowParentheses
= 16,
21
// Token: 0x040017A9 RID: 6057
22
AllowDecimalPoint
= 32,
23
// Token: 0x040017AA RID: 6058
24
AllowThousands
= 64,
25
// Token: 0x040017AB RID: 6059
26
AllowExponent
= 128,
27
// Token: 0x040017AC RID: 6060
28
AllowCurrencySymbol
= 256,
29
// Token: 0x040017AD RID: 6061
30
AllowHexSpecifier
= 512,
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
}
System.Number
Definition
Number.cs:12
System.Globalization.NumberStyles.Float
@ Float
System.Globalization.NumberStyles.AllowDecimalPoint
@ AllowDecimalPoint
System.Globalization.NumberStyles.AllowTrailingSign
@ AllowTrailingSign
System.Globalization.NumberStyles.AllowExponent
@ AllowExponent
System.Globalization.NumberStyles.Currency
@ Currency
System.Globalization.NumberStyles.AllowCurrencySymbol
@ AllowCurrencySymbol
System.Globalization.NumberStyles.AllowHexSpecifier
@ AllowHexSpecifier
System.Globalization.NumberStyles.Integer
@ Integer
System.Globalization.NumberStyles.AllowParentheses
@ AllowParentheses
System.Globalization.NumberStyles.HexNumber
@ HexNumber
System.Globalization.NumberStyles.AllowLeadingSign
@ AllowLeadingSign
System.Globalization.NumberStyles.AllowThousands
@ AllowThousands
System.Globalization.NumberStyles.Any
@ Any
System.Globalization.DateTimeStyles.AllowTrailingWhite
@ AllowTrailingWhite
System.Globalization.DateTimeStyles.AllowLeadingWhite
@ AllowLeadingWhite
System.Base64FormattingOptions.None
@ None
System
Globalization
Generated by
1.10.0