System.Globalization.NumberStyles.AllowDecimalPoint Field

Indicates that the numeric string can have a decimal point. If the System.Globalization.NumberStyles value includes the NumberStyles.AllowCurrencySymbol flag and the parsed string includes a currency symbol, the decimal separator character is determined by the NumberFormatInfo.CurrencyDecimalSeparator property. Otherwise, the decimal separator character is determined by the NumberFormatInfo.NumberDecimalSeparator property.

Value: AllowDecimalPoint

Syntax

NumberStyles AllowDecimalPoint

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0