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

namespace System
{
public class Char // TypeDefIndex: 3437
{
	// Fields
	type#15842 m_value;
	type#12870 s_categoryForLatin1;

	// Methods
	// RVA: -1
	private static type#15313 IsLatin1(type#15837 ch) { }
	// RVA: -1
	private static type#15313 IsAscii(type#15837 ch) { }
	// RVA: -1
	private static type#28022 GetLatin1UnicodeCategory(type#15837 ch) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#15837 obj) { }
	// RVA: -1
	public virtual type#20867 CompareTo(type#23705 value) { }
	// RVA: -1
	public virtual type#20867 CompareTo(type#15837 value) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#20119 provider) { }
	// RVA: -1
	public static type#26576 ToString(type#15837 c) { }
	// RVA: -1
	public static type#15837 Parse(type#26576 s) { }
	// RVA: -1
	public static type#15313 TryParse(type#26576 s, type#11805 result) { }
	// RVA: -1
	public static type#15313 IsDigit(type#15837 c) { }
	// RVA: -1
	internal static type#15313 CheckLetter(type#28022 uc) { }
	// RVA: -1
	public static type#15313 IsLetter(type#15837 c) { }
	// RVA: -1
	private static type#15313 IsWhiteSpaceLatin1(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsWhiteSpace(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsUpper(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsLower(type#15837 c) { }
	// RVA: -1
	internal static type#15313 CheckPunctuation(type#28022 uc) { }
	// RVA: -1
	public static type#15313 IsPunctuation(type#15837 c) { }
	// RVA: -1
	internal static type#15313 CheckLetterOrDigit(type#28022 uc) { }
	// RVA: -1
	public static type#15313 IsLetterOrDigit(type#15837 c) { }
	// RVA: -1
	public static type#15837 ToUpper(type#15837 c, type#16623 culture) { }
	// RVA: -1
	public static type#15837 ToUpper(type#15837 c) { }
	// RVA: -1
	public static type#15837 ToUpperInvariant(type#15837 c) { }
	// RVA: -1
	public static type#15837 ToLower(type#15837 c, type#16623 culture) { }
	// RVA: -1
	public static type#15837 ToLower(type#15837 c) { }
	// RVA: -1
	public static type#15837 ToLowerInvariant(type#15837 c) { }
	// RVA: -1
	public virtual type#27728 GetTypeCode() { }
	// RVA: -1
	private virtual type#15313 System.IConvertible.ToBoolean(type#20119 provider) { }
	// RVA: -1
	private virtual type#15837 System.IConvertible.ToChar(type#20119 provider) { }
	// RVA: -1
	private virtual type#25514 System.IConvertible.ToSByte(type#20119 provider) { }
	// RVA: -1
	private virtual type#15455 System.IConvertible.ToByte(type#20119 provider) { }
	// RVA: -1
	private virtual type#20856 System.IConvertible.ToInt16(type#20119 provider) { }
	// RVA: -1
	private virtual type#27901 System.IConvertible.ToUInt16(type#20119 provider) { }
	// RVA: -1
	private virtual type#20867 System.IConvertible.ToInt32(type#20119 provider) { }
	// RVA: -1
	private virtual type#27917 System.IConvertible.ToUInt32(type#20119 provider) { }
	// RVA: -1
	private virtual type#20900 System.IConvertible.ToInt64(type#20119 provider) { }
	// RVA: -1
	private virtual type#27937 System.IConvertible.ToUInt64(type#20119 provider) { }
	// RVA: -1
	private virtual type#26059 System.IConvertible.ToSingle(type#20119 provider) { }
	// RVA: -1
	private virtual type#17430 System.IConvertible.ToDouble(type#20119 provider) { }
	// RVA: -1
	private virtual type#17162 System.IConvertible.ToDecimal(type#20119 provider) { }
	// RVA: -1
	private virtual type#17076 System.IConvertible.ToDateTime(type#20119 provider) { }
	// RVA: -1
	private virtual type#23705 System.IConvertible.ToType(type#27705 type, type#20119 provider) { }
	// RVA: -1
	public static type#15313 IsControl(type#15837 c) { }
	// RVA: -1
	internal static type#15313 CheckNumber(type#28022 uc) { }
	// RVA: -1
	public static type#15313 IsNumber(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsNumber(type#26576 s, type#20867 index) { }
	// RVA: -1
	internal static type#15313 CheckSeparator(type#28022 uc) { }
	// RVA: -1
	private static type#15313 IsSeparatorLatin1(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsSeparator(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsSurrogate(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsSurrogate(type#26576 s, type#20867 index) { }
	// RVA: -1
	internal static type#15313 CheckSymbol(type#28022 uc) { }
	// RVA: -1
	public static type#15313 IsSymbol(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsWhiteSpace(type#26576 s, type#20867 index) { }
	// RVA: -1
	public static type#28022 GetUnicodeCategory(type#15837 c) { }
	// RVA: -1
	public static type#28022 GetUnicodeCategory(type#26576 s, type#20867 index) { }
	// RVA: -1
	public static type#15313 IsHighSurrogate(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsHighSurrogate(type#26576 s, type#20867 index) { }
	// RVA: -1
	public static type#15313 IsLowSurrogate(type#15837 c) { }
	// RVA: -1
	public static type#15313 IsSurrogatePair(type#15837 highSurrogate, type#15837 lowSurrogate) { }
	// RVA: -1
	public static type#26576 ConvertFromUtf32(type#20867 utf32) { }
	// RVA: -1
	public static type#20867 ConvertToUtf32(type#15837 highSurrogate, type#15837 lowSurrogate) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
