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

◆ ToString() [6/6]

string Mono.Math.BigInteger.ToString ( uint radix,
string characterSet )
inline

Definition at line 470 of file BigInteger.cs.

471 {
472 if (!true)
473 {
474 }
475 long num = 0L;
476 bool flag = this == (uint)num;
477 if ("0" == null)
478 {
479 }
480 int num2 = 1;
481 bool flag2 = this == (uint)num2;
482 if ("" == null)
483 {
484 }
486 string text;
487 return text + "";
488 }
class f__AnonymousType0<< Count > j__TPar
static void ThrowIndexOutOfRangeException()

References j__TPar, System.L, System.text, and System.ThrowHelper.ThrowIndexOutOfRangeException().