38 return "Value was either too large or too small for an Int32.";
class f__AnonymousType0<< Count > j__TPar
static bool IsDigit(char c, int radix, [Out] int result)
static long StringToLong(ReadOnlySpan< char > s, int radix, int flags)
static long StringToLong(ReadOnlySpan< char > s, int radix, int flags, int currPos)
static void ThrowOverflowUInt32Exception()
static void ThrowOverflowInt32Exception()
static int GrabInts(int radix, ReadOnlySpan< char > s, int i, bool isUnsigned)
static long GrabLongs(int radix, ReadOnlySpan< char > s, int i, bool isUnsigned)
static int StringToInt(ReadOnlySpan< char > s, int radix, int flags)
static void ThrowOverflowUInt64Exception()
static void ThrowOverflowInt64Exception()
static void EatWhiteSpace(ReadOnlySpan< char > s, int i)
static int StringToInt(ReadOnlySpan< char > s, int radix, int flags, int currPos)