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

namespace System.Globalization
{
public class NumberStyles // TypeDefIndex: 4638
{
	// Fields
	type#20890 value__;
	type#23530 None;
	type#23530 AllowLeadingWhite;
	type#23530 AllowTrailingWhite;
	type#23530 AllowLeadingSign;
	type#23530 AllowTrailingSign;
	type#23530 AllowParentheses;
	type#23530 AllowDecimalPoint;
	type#23530 AllowThousands;
	type#23530 AllowExponent;
	type#23530 AllowCurrencySymbol;
	type#23530 AllowHexSpecifier;
	type#23530 Integer;
	type#23530 HexNumber;
	type#23530 Number;
	type#23530 Float;
	type#23530 Currency;
	type#23530 Any;
}
}
