terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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 10 of file BigNumber.cs.