System.Globalization namespace
The System.Globalization namespace contains classes that define culture-related information, including the language, the country/region, the calendars in use, the format patterns for dates, currency, and numbers, and the sort order for strings.
This topic displays the types in the System.Globalization namespace that are included in the .NET for Windows Store apps. Note that the .NET for Windows Store apps does not include all the members of each type. For information about individual types, see the linked topics. The documentation for a type indicates which members are included in the .NET for Windows Store apps.
System.Globalization namespace
Types supported in the .NET for Windows Store apps |
Description |
---|---|
Represents time in divisions, such as weeks, months, and years. |
|
Defines different rules for determining the first week of the year. |
|
Retrieves information about a Unicode character. This class cannot be inherited. |
|
Implements a set of methods for culture-sensitive string comparisons. |
|
Defines the string comparison options to use with CompareInfo. |
|
Provides information about a specific culture (called a "locale" for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings. |
|
The exception thrown when a method is invoked which attempts to construct a culture that is not available on the machine. |
|
Defines how System.DateTime values are formatted and displayed, depending on the culture. |
|
Defines the formatting options that customize string parsing for some date and time parsing methods. |
|
Defines how numeric values are formatted and displayed, depending on the culture. |
|
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. |
|
Contains information about the country/region. |
|
Provides functionality to split a string into text elements and to iterate through those text elements. |
|
Enumerates the text elements of a string. |
|
Defines text properties and behaviors, such as casing, that are specific to a writing system. |
|
Defines the formatting options that customize string parsing for the ParseExact and TryParseExact methods. |
|
Defines the Unicode category of a character. |