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
FormattingHelpers.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Buffers.Text
5
{
6
// Token: 0x0200066C RID: 1644
7
internal
static
class
FormattingHelpers
8
{
9
// Token: 0x060031E9 RID: 12777 RVA: 0x0006BE1C File Offset: 0x0006A01C
10
public
static
int
CountDigits
(
ulong
value
)
11
{
12
return
15;
13
}
14
15
// Token: 0x060031EA RID: 12778 RVA: 0x0000207A File Offset: 0x0000027A
16
public
static
int
CountDigits
(uint
value
)
17
{
18
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
19
}
20
21
// Token: 0x060031EB RID: 12779 RVA: 0x0000207A File Offset: 0x0000027A
22
public
static
int
CountHexDigits
(
ulong
value
)
23
{
24
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
25
}
26
}
27
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Buffers.Text.FormattingHelpers.CountDigits
static int CountDigits(ulong value)
Definition
FormattingHelpers.cs:10
System.Buffers.Text.FormattingHelpers.CountHexDigits
static int CountHexDigits(ulong value)
Definition
FormattingHelpers.cs:22
System.Buffers.Text.FormattingHelpers.CountDigits
static int CountDigits(uint value)
Definition
FormattingHelpers.cs:16
System.Buffers.Text.FormattingHelpers
Definition
FormattingHelpers.cs:8
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Buffers.Text
Definition
FormattingHelpers.cs:5
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
Buffers
Text
FormattingHelpers.cs
Generated by
1.10.0