﻿<?xml version="1.0" encoding="utf-8"?><Type Name="NumberStyles" FullName="System.Globalization.NumberStyles" FullNameSP="System_Globalization_NumberStyles" Maintainer="ecma"><TypeSignature Language="ILASM" Value=".class public sealed serializable NumberStyles extends System.Enum" /><TypeSignature Language="C#" Value="public enum NumberStyles" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed NumberStyles extends System.Enum" /><MemberOfLibrary>BCL</MemberOfLibrary><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Enum</BaseTypeName></Base><Attributes><Attribute><AttributeName>System.Flags</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="T:System.Globalization.NumberStyles" /> enumeration consists of two kinds of enumeration values that are used to parse the string representations of numeric values: </para><list type="bullet"><item><para>Individual field flags, which define specific style elements (such as white space and group separators) that can be present in the parsed string.</para></item><item><para>Composite number styles, which consist of multiple field flags that define the style elements that can be present in the parsed string.</para></item></list><para>Except for <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" />, the individual field flags in the <see cref="T:System.Globalization.NumberStyles" /> enumeration define style elements that are used when parsing the string representation of a decimal number. <see cref="F:System.Globalization.NumberStyles.None" /> indicates that only digits can be present in the parsed string. The remaining individual field flags define style elements that may be, but do not have to be, present in the string representation of a decimal number for the parse operation to succeed. In contrast, the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> flag indicates that the string to be parsed is always interpreted as a hexadecimal value. The only individual field flags that can be used with <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" /> and <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />. The <see cref="T:System.Globalization.NumberStyles" /> enumeration includes a composite number style, <see cref="F:System.Globalization.NumberStyles.HexNumber" />, that consists of all three flags.</para><para>The symbols (such as the currency symbol, the group separator, the decimal separator, and the positive and negative signs) that can appear in the string to be parsed are defined by the members of the <see cref="T:System.Globalization.NumberFormatInfo" /> object that is passed either implicitly or explicitly to the Parse method. The members table in this topic provides a description of each individual flag and indicates its relationship to <see cref="T:System.Globalization.NumberFormatInfo" /> properties.</para><para>The following table lists the composite number styles and indicates which individual field flags they include. A "1" in a cell indicates that the composite number style includes the individual number style in that row. A "0" indicates that the composite number style does not include the individual number style.</para><list type="table"><listheader><item><term><para></para></term><description><para>Any </para></description><description><para>Currency </para></description><description><para>Float </para></description><description><para>Integer </para></description><description><para>Number </para></description><description><para>HexNumber </para></description></item></listheader><item><term><para>AllowHexSpecifier (0x0200) </para></term><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>1 </para></description></item><item><term><para>AllowCurrencySymbol (0x0100) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description></item><item><term><para>AllowExponent (0x0080) </para></term><description><para>1 </para></description><description><para>0 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description></item><item><term><para>AllowThousands (0x0040) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>1 </para></description><description><para>0 </para></description></item><item><term><para>AllowDecimalPoint (0x0020) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>1 </para></description><description><para>0 </para></description></item><item><term><para>AllowParentheses (0x0010) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>0 </para></description></item><item><term><para>AllowTrailingSign (0x0008) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description><description><para>0 </para></description><description><para>1 </para></description><description><para>0 </para></description></item><item><term><para>AllowLeadingSign (0x0004) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>0 </para></description></item><item><term><para>AllowTrailingWhite (0x0002) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description></item><item><term><para>AllowLeadingWhite (0x0001) </para></term><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description><description><para>1 </para></description></item><item><term><para></para></term><description><para>(0x1ff)</para></description><description><para>(0x17f)</para></description><description><para>(0x0a7)</para></description><description><para>(0x007)</para></description><description><para>(0x06f)</para></description><description><para>(0x203)</para></description></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Determines the styles permitted in numeric string arguments that are passed to the Parse and TryParse methods of the integral and floating-point numeric types.</para></summary></Docs><Members><Member MemberName="AllowCurrencySymbol"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowCurrencySymbol = 0x100" /><MemberSignature Language="C#" Value="AllowCurrencySymbol" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowCurrencySymbol = int32(256)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowCurrencySymbol</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can contain a currency symbol. Valid currency symbols are determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencySymbol" /> property.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowDecimalPoint"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowDecimalPoint = 0x20" /><MemberSignature Language="C#" Value="AllowDecimalPoint" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowDecimalPoint = int32(32)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowDecimalPoint</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can have a decimal point. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the parsed string includes a currency symbol, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyDecimalSeparator" /> property. Otherwise, the decimal separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberDecimalSeparator" /> property.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowExponent"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowExponent = 0x80" /><MemberSignature Language="C#" Value="AllowExponent" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowExponent = int32(128)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowExponent</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can be in exponential notation. The <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> flag allows the parsed string to contain an exponent that begins with the "E" or "e" character and that is followed by an optional positive or negative sign and an integer. In other words, it successfully parses strings in the form nnnExx, nnnE+xx, and nnnE-xx. It does not allow a decimal separator or sign in the significand or mantissa; to allow these elements in the string to be parsed, use the <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" /> and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> flags, or use a composite style that includes these individual flags.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowHexSpecifier"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowHexSpecifier = 0x200" /><MemberSignature Language="C#" Value="AllowHexSpecifier" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowHexSpecifier = int32(512)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowHexSpecifier</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string represents a hexadecimal value. Valid hexadecimal values include the numeric digits 0-9 and the hexadecimal digits A-F and a-f. Strings that are parsed using this style cannot be prefixed with "0x" or "&amp;h". A string that is parsed with the <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> style will always be interpreted as a hexadecimal value. The only flags that can be combined with <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" /> and <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />. The <see cref="T:System.Globalization.NumberStyles" /> enumeration includes a composite style, <see cref="F:System.Globalization.NumberStyles.HexNumber" />, that consists of these three flags.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowLeadingSign"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingSign = 0x4" /><MemberSignature Language="C#" Value="AllowLeadingSign" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingSign = int32(4)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowLeadingSign</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can have a leading sign. Valid leading sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowLeadingWhite"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingWhite = 0x1" /><MemberSignature Language="C#" Value="AllowLeadingWhite" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowLeadingWhite = int32(1)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowLeadingWhite</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that leading white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns true.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowParentheses"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowParentheses = 0x10" /><MemberSignature Language="C#" Value="AllowParentheses" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowParentheses = int32(16)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowParentheses</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can have one pair of parentheses enclosing the number. The parentheses indicate that the string to be parsed represents a negative number.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowThousands"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowThousands = 0x40" /><MemberSignature Language="C#" Value="AllowThousands" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowThousands = int32(64)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowThousands</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can have group separators, such as symbols that separate hundreds from thousands. If the <see cref="T:System.Globalization.NumberStyles" /> value includes the <see cref="F:System.Globalization.NumberStyles.AllowCurrencySymbol" /> flag and the string to be parsed includes a currency symbol, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSeparator" /> property,  and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.CurrencyGroupSizes" /> property. Otherwise, the valid group separator character is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSeparator" /> property, and the number of digits in each group is determined by the <see cref="P:System.Globalization.NumberFormatInfo.NumberGroupSizes" /> property.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowTrailingSign"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingSign = 0x8" /><MemberSignature Language="C#" Value="AllowTrailingSign" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingSign = int32(8)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowTrailingSign</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the numeric string can have a trailing sign. Valid trailing sign characters are determined by the <see cref="P:System.Globalization.NumberFormatInfo.PositiveSign" /> and <see cref="P:System.Globalization.NumberFormatInfo.NegativeSign" /> properties.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="AllowTrailingWhite"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingWhite = 0x2" /><MemberSignature Language="C#" Value="AllowTrailingWhite" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles AllowTrailingWhite = int32(2)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>AllowTrailingWhite</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that trailing white-space characters can be present in the parsed string. Valid white-space characters have the Unicode values U+0009, U+000A, U+000B, U+000C, U+000D, and U+0020. Note that this is a subset of the characters for which the <see cref="M:System.Char.IsWhiteSpace(System.Char)" /> method returns true.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Any"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Any = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowParentheses | AllowDecimalPoint | AllowThousands | AllowExponent | AllowCurrencySymbol" /><MemberSignature Language="C#" Value="Any" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles Any = int32(511)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>Any</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Currency"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Currency = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowParentheses | AllowDecimalPoint | AllowThousands | AllowCurrencySymbol" /><MemberSignature Language="C#" Value="Currency" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles Currency = int32(383)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>Currency</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that all styles except <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Float"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Float = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowDecimalPoint | AllowExponent" /><MemberSignature Language="C#" Value="Float" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles Float = int32(167)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>Float</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowExponent" /> styles are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="HexNumber"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles HexNumber = AllowLeadingWhite | AllowTrailingWhite | AllowHexSpecifier" /><MemberSignature Language="C#" Value="HexNumber" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles HexNumber = int32(515)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>HexNumber</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowHexSpecifier" /> styles are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Integer"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Integer = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign" /><MemberSignature Language="C#" Value="Integer" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles Integer = int32(7)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>Integer</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, and <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" /> styles are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="None"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles None = 0x0" /><MemberSignature Language="C#" Value="None" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles None = int32(0)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>None</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that no style elements, such as leading or trailing white space, thousands separators, or a decimal separator, can be present in the parsed string. The string to be parsed must consist of integral decimal digits only. </para></summary></Docs><Excluded>0</Excluded></Member><Member MemberName="Number"><MemberSignature Language="ILASM" Value=".field public static literal valuetype System.Globalization.NumberStyles Number = AllowLeadingWhite | AllowTrailingWhite | AllowLeadingSign | AllowTrailingSign | AllowDecimalPoint | AllowThousands" /><MemberSignature Language="C#" Value="Number" /><MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Globalization.NumberStyles Number = int32(111)" /><MemberType>Field</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Globalization.NumberStyles</ReturnType></ReturnValue><Parameters /><MemberValue>Number</MemberValue><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates that the <see cref="F:System.Globalization.NumberStyles.AllowLeadingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingWhite" />, <see cref="F:System.Globalization.NumberStyles.AllowLeadingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowTrailingSign" />, <see cref="F:System.Globalization.NumberStyles.AllowDecimalPoint" />, and <see cref="F:System.Globalization.NumberStyles.AllowThousands" /> styles are used. This is a composite number style.</para></summary></Docs><Excluded>0</Excluded></Member></Members><TypeExcluded>0</TypeExcluded></Type>