// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.UINumericFieldsUtils

namespace UnityEngine
{
public class UINumericFieldsUtils // TypeDefIndex: 8917
{
	// Fields
	type#26592 k_AllowedCharactersForFloat;
	type#26592 k_AllowedCharactersForInt;
	type#26592 k_DoubleFieldFormatString;
	type#26592 k_FloatFieldFormatString;
	type#26592 k_IntFieldFormatString;

	// Methods
	// RVA: -1
	public static type#15313 TryConvertStringToDouble(type#26576 str, type#11858 value, type#12283 expr) { }
	// RVA: -1
	public static type#15313 TryConvertStringToDouble(type#26576 str, type#26576 initialValueAsString, type#11858 value, type#12283 expression) { }
	// RVA: -1
	public static type#15313 TryConvertStringToFloat(type#26576 str, type#26576 initialValueAsString, type#12113 value, type#12283 expression) { }
	// RVA: -1
	public static type#15313 TryConvertStringToLong(type#26576 str, type#11947 value, type#12283 expr) { }
	// RVA: -1
	public static type#15313 TryConvertStringToLong(type#26576 str, type#26576 initialValueAsString, type#11947 value, type#12283 expression) { }
	// RVA: -1
	public static type#15313 TryConvertStringToULong(type#26576 str, type#12200 value, type#12283 expr) { }
	// RVA: -1
	public static type#15313 TryConvertStringToULong(type#26576 str, type#26576 initialValueAsString, type#12200 value, type#12283 expression) { }
	// RVA: -1
	public static type#15313 TryConvertStringToInt(type#26576 str, type#26576 initialValueAsString, type#11944 value, type#12283 expression) { }
	// RVA: -1
	public static type#15313 TryConvertStringToUInt(type#26576 str, type#26576 initialValueAsString, type#12198 value, type#12283 expression) { }
	// RVA: -1
	private static type#28660 .cctor() { }
}
}
