// Assembly: Newtonsoft.Json
// Full name: Newtonsoft.Json.Utilities.ConvertUtils

namespace Newtonsoft.Json.Utilities
{
public class ConvertUtils // TypeDefIndex: 10265
{
	// Fields
	type#4864 TypeCodeMap;
	type#13544 PrimitiveTypeCodes;
	type#10584 CastConverters;

	// Methods
	// RVA: -1
	public static type#24644 GetTypeCode(type#27705 t) { }
	// RVA: -1
	public static type#24644 GetTypeCode(type#27705 t, type#11789 isEnum) { }
	// RVA: -1
	public static type#27774 GetTypeInformation(type#19960 convertable) { }
	// RVA: -1
	public static type#15313 IsConvertible(type#27705 t) { }
	// RVA: -1
	public static type#27436 ParseTimeSpan(type#26576 input) { }
	// RVA: -1
	private static type#5821 CreateCastConverter(type#10307 t) { }
	// RVA: -1
	internal static type#15147 ToBigInteger(type#23705 value) { }
	// RVA: -1
	public static type#23705 FromBigInteger(type#15147 i, type#27705 targetType) { }
	// RVA: -1
	public static type#23705 Convert(type#23705 initialValue, type#16623 culture, type#27705 targetType) { }
	// RVA: -1
	private static type#15313 TryConvert(type#23705 initialValue, type#16623 culture, type#27705 targetType, type#12030 value) { }
	// RVA: -1
	private static type#30601 TryConvertInternal(type#23705 initialValue, type#16623 culture, type#27705 targetType, type#12030 value) { }
	// RVA: -1
	public static type#23705 ConvertOrCast(type#23705 initialValue, type#16623 culture, type#27705 targetType) { }
	// RVA: -1
	private static type#23705 EnsureTypeAssignable(type#23705 value, type#27705 initialType, type#27705 targetType) { }
	// RVA: -1
	public static type#15313 VersionTryParse(type#26576 input, type#12232 result) { }
	// RVA: -1
	public static type#15313 IsInteger(type#23705 value) { }
	// RVA: -1
	public static type#24247 Int32TryParse(type#12899 chars, type#20867 start, type#20867 length, type#11944 value) { }
	// RVA: -1
	public static type#24247 Int64TryParse(type#12899 chars, type#20867 start, type#20867 length, type#11947 value) { }
	// RVA: -1
	public static type#24247 DecimalTryParse(type#12899 chars, type#20867 start, type#20867 length, type#11851 value) { }
	// RVA: -1
	public static type#15313 TryConvertGuid(type#26576 s, type#11900 g) { }
	// RVA: -1
	public static type#15313 TryHexTextToInt(type#12899 text, type#20867 start, type#20867 end, type#11944 value) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
