// Assembly: mscorlib
// Full name: System.ParseNumbers

namespace System
{
public class ParseNumbers // TypeDefIndex: 3533
{

	// Methods
	// RVA: -1
	public static type#20900 StringToLong(type#10092 s, type#20867 radix, type#20867 flags) { }
	// RVA: -1
	public static type#20900 StringToLong(type#10092 s, type#20867 radix, type#20867 flags, type#11942 currPos) { }
	// RVA: -1
	public static type#20867 StringToInt(type#10092 s, type#20867 radix, type#20867 flags) { }
	// RVA: -1
	public static type#20867 StringToInt(type#10092 s, type#20867 radix, type#20867 flags, type#11942 currPos) { }
	// RVA: -1
	public static type#26576 IntToString(type#20867 n, type#20867 radix, type#20867 width, type#15837 paddingChar, type#20867 flags) { }
	// RVA: -1
	public static type#26576 LongToString(type#20900 n, type#20867 radix, type#20867 width, type#15837 paddingChar, type#20867 flags) { }
	// RVA: -1
	private static type#28660 EatWhiteSpace(type#10092 s, type#11942 i) { }
	// RVA: -1
	private static type#20900 GrabLongs(type#20867 radix, type#10092 s, type#11942 i, type#15313 isUnsigned) { }
	// RVA: -1
	private static type#20867 GrabInts(type#20867 radix, type#10092 s, type#11942 i, type#15313 isUnsigned) { }
	// RVA: -1
	private static type#28660 ThrowOverflowInt32Exception() { }
	// RVA: -1
	private static type#28660 ThrowOverflowInt64Exception() { }
	// RVA: -1
	private static type#28660 ThrowOverflowUInt32Exception() { }
	// RVA: -1
	private static type#28660 ThrowOverflowUInt64Exception() { }
	// RVA: -1
	private static type#15313 IsDigit(type#15837 c, type#20867 radix, type#11944 result) { }
}
}
