// Assembly: mscorlib
// Full name: StringParser

public class StringParser // TypeDefIndex: 4650
{
	// Fields
	type#10093 _str;
	type#15838 _ch;
	type#20868 _pos;
	type#20868 _len;

	// Methods
	// RVA: -1
	internal type#28660 NextChar() { }
	// RVA: -1
	internal type#15837 NextNonDigit() { }
	// RVA: -1
	internal type#15313 TryParse(type#10092 input, type#12325 result) { }
	// RVA: -1
	internal type#15313 ParseInt(type#20867 max, type#11944 i, type#12325 result) { }
	// RVA: -1
	internal type#15313 ParseTime(type#11947 time, type#12325 result) { }
	// RVA: -1
	internal type#28660 SkipBlanks() { }
}
