Description

System.Globalization.NumberStyles define the presence and/or location of various elements in a System.String representation of a numeric value. [Note: For example, the System.Globalization.NumberStyles.AllowParentheses style describes strings where the numeric value is enclosed in parentheses, such as “(432.00)”.]

[Note: Where symbols such as a currency symbol are allowed in a System.Globalization.NumberStyles pattern, a System.Globalization.NumberFormatInfo instance defines the System.String representations of the symbols. System.Globalization.NumberStyles values are passed to methods that convert between System.String and numeric data types, such as the Parse methods implemented by numeric base types. To specify multiple System.Globalization.NumberStyles ...

Get .NET Framework Standard Library Annotated Reference, Volume 1: Base Class Library and Extended Numerics Library now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.