|
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
|
Collaboration diagram for System.ParseNumbers:Static Public Member Functions | |
| static long | StringToLong (global::System.ReadOnlySpan< char > s, int radix, int flags) |
| static long | StringToLong (global::System.ReadOnlySpan< char > s, int radix, int flags, ref int currPos) |
| static int | StringToInt (global::System.ReadOnlySpan< char > s, int radix, int flags) |
| static int | StringToInt (global::System.ReadOnlySpan< char > s, int radix, int flags, ref int currPos) |
Static Private Member Functions | |
| static void | EatWhiteSpace (global::System.ReadOnlySpan< char > s, ref int i) |
| static long | GrabLongs (int radix, global::System.ReadOnlySpan< char > s, ref int i, bool isUnsigned) |
| static int | GrabInts (int radix, global::System.ReadOnlySpan< char > s, ref int i, bool isUnsigned) |
| static void | ThrowOverflowInt32Exception () |
| static void | ThrowOverflowInt64Exception () |
| static void | ThrowOverflowUInt32Exception () |
| static void | ThrowOverflowUInt64Exception () |
| static bool | IsDigit (char c, int radix, out int result) |
Definition at line 9 of file ParseNumbers.cs.