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

◆ FormatBigIntegerToHex()

static string System.Numerics.BigNumber.FormatBigIntegerToHex ( bool targetSpan,
BigInteger value,
char format,
int digits,
NumberFormatInfo info,
Span< char > destination,
[Out] int charsWritten,
[Out] bool spanSuccess )
inlinestaticprivate

Definition at line 35 of file BigNumber.cs.

36 {
37 int num = 1;
38 byte[] array;
39 if (array != null)
40 {
41 }
42 if (num == 0)
43 {
44 }
45 if (num == 0)
46 {
47 }
48 byte[] array2;
49 if (array2 == null)
50 {
51 }
54 string text;
55 return text;
56 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowArgumentOutOfRangeException()

References System.array, j__TPar, System.text, and System.ThrowHelper.ThrowArgumentOutOfRangeException().