// Assembly: mscorlib
// Full name: System.Globalization.NumberFormatInfo

namespace System.Globalization
{
public class NumberFormatInfo // TypeDefIndex: 4663
{
	// Fields
	type#23522 invariantInfo;
	type#13152 numberGroupSizes;
	type#13152 currencyGroupSizes;
	type#13152 percentGroupSizes;
	type#26578 positiveSign;
	type#26578 negativeSign;
	type#26578 numberDecimalSeparator;
	type#26578 numberGroupSeparator;
	type#26578 currencyGroupSeparator;
	type#26578 currencyDecimalSeparator;
	type#26578 currencySymbol;
	type#26578 ansiCurrencySymbol;
	type#26578 nanSymbol;
	type#26578 positiveInfinitySymbol;
	type#26578 negativeInfinitySymbol;
	type#26578 percentDecimalSeparator;
	type#26578 percentGroupSeparator;
	type#26578 percentSymbol;
	type#26578 perMilleSymbol;
	type#13455 nativeDigits;
	type#20869 m_dataItem;
	type#20869 numberDecimalDigits;
	type#20869 currencyDecimalDigits;
	type#20869 currencyPositivePattern;
	type#20869 currencyNegativePattern;
	type#20869 numberNegativePattern;
	type#20869 percentPositivePattern;
	type#20869 percentNegativePattern;
	type#20869 percentDecimalDigits;
	type#20869 digitSubstitution;
	type#15315 isReadOnly;
	type#15315 m_useUserOverride;
	type#15315 m_isInvariant;
	type#15315 validForParseAsNumber;
	type#15315 validForParseAsCurrency;
	type#23529 InvalidNumberStyles;

	// Methods
	// RVA: -1
	public type#28660 .ctor() { }
	// RVA: -1
	private type#28660 OnSerializing(type#26566 ctx) { }
	// RVA: -1
	private type#28660 OnDeserializing(type#26566 ctx) { }
	// RVA: -1
	private type#28660 OnDeserialized(type#26566 ctx) { }
	// RVA: -1
	private static type#28660 VerifyGroupSeparator(type#26576 groupSep, type#26576 propertyName) { }
	// RVA: -1
	internal type#28660 .ctor(type#16619 cultureData) { }
	// RVA: -1
	private type#28660 VerifyWritable() { }
	// RVA: -1
	public static type#23520 get_InvariantInfo() { }
	// RVA: -1
	public static type#23520 GetInstance(type#20119 formatProvider) { }
	// RVA: -1
	public virtual type#23705 Clone() { }
	// RVA: -1
	public type#20867 get_CurrencyDecimalDigits() { }
	// RVA: -1
	public type#26576 get_CurrencyDecimalSeparator() { }
	// RVA: -1
	public type#15313 get_IsReadOnly() { }
	// RVA: -1
	public type#13150 get_CurrencyGroupSizes() { }
	// RVA: -1
	public type#13150 get_NumberGroupSizes() { }
	// RVA: -1
	public type#13150 get_PercentGroupSizes() { }
	// RVA: -1
	public type#26576 get_CurrencyGroupSeparator() { }
	// RVA: -1
	public type#26576 get_CurrencySymbol() { }
	// RVA: -1
	public static type#23520 get_CurrentInfo() { }
	// RVA: -1
	public type#26576 get_NaNSymbol() { }
	// RVA: -1
	public type#28660 set_NaNSymbol(type#26576 value) { }
	// RVA: -1
	public type#20867 get_CurrencyNegativePattern() { }
	// RVA: -1
	public type#20867 get_NumberNegativePattern() { }
	// RVA: -1
	public type#20867 get_PercentPositivePattern() { }
	// RVA: -1
	public type#20867 get_PercentNegativePattern() { }
	// RVA: -1
	public type#26576 get_NegativeInfinitySymbol() { }
	// RVA: -1
	public type#26576 get_NegativeSign() { }
	// RVA: -1
	public type#20867 get_NumberDecimalDigits() { }
	// RVA: -1
	public type#26576 get_NumberDecimalSeparator() { }
	// RVA: -1
	public type#26576 get_NumberGroupSeparator() { }
	// RVA: -1
	public type#28660 set_NumberGroupSeparator(type#26576 value) { }
	// RVA: -1
	public type#20867 get_CurrencyPositivePattern() { }
	// RVA: -1
	public type#26576 get_PositiveInfinitySymbol() { }
	// RVA: -1
	public type#26576 get_PositiveSign() { }
	// RVA: -1
	public type#20867 get_PercentDecimalDigits() { }
	// RVA: -1
	public type#26576 get_PercentDecimalSeparator() { }
	// RVA: -1
	public type#26576 get_PercentGroupSeparator() { }
	// RVA: -1
	public type#26576 get_PercentSymbol() { }
	// RVA: -1
	public type#26576 get_PerMilleSymbol() { }
	// RVA: -1
	public virtual type#23705 GetFormat(type#27705 formatType) { }
	// RVA: -1
	public static type#23520 ReadOnly(type#23520 nfi) { }
	// RVA: -1
	internal static type#28660 ValidateParseStyleInteger(type#23527 style) { }
	// RVA: -1
	internal static type#28660 ValidateParseStyleFloatingPoint(type#23527 style) { }
}
}
