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.
1using System;
3
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}