terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Static Package Functions | |
static char | ParseFormatSpecifier (ReadOnlySpan< char > format, [Out] int digits) |
static string | FormatBigInteger (BigInteger value, string format, NumberFormatInfo info) |
Static Private Member Functions | |
static string | FormatBigIntegerToHex (bool targetSpan, BigInteger value, char format, int digits, NumberFormatInfo info, Span< char > destination, [Out] int charsWritten, [Out] bool spanSuccess) |
static string | FormatBigInteger (bool targetSpan, BigInteger value, string formatString, ReadOnlySpan< char > formatSpan, NumberFormatInfo info, Span< char > destination, [Out] int charsWritten, [Out] bool spanSuccess) |
Definition at line 8 of file BigNumber.cs.