Contains classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. These classes are useful for writing globalized (internationalized) applications. Classes such as StringInfo and TextInfo provide advanced globalization functionalities, including surrogate support and text element processing.
CalendarRepresents time in divisions, such as weeks, months, and years.
CharUnicodeInfoRetrieves information about a Unicode character. This class cannot be inherited.
ChineseLunisolarCalendarRepresents time in divisions, such as months, days, and years. Years are calculated using the Chinese calendar, while days and months are calculated using the lunisolar calendar.
CompareInfoImplements a set of methods for culture-sensitive string comparisons.
CultureAndRegionInfoBuilderDefines a custom culture that is new or based on another culture and country/region. The custom culture can be installed on a computer and subsequently used by any application that is running on that computer. This class cannot be inherited.
CultureInfoProvides 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, the sort order of strings, and formatting for dates and numbers.
CultureNotFoundExceptionThe exception that is thrown when a method attempts to construct a culture that is not available.
DateTimeFormatInfoProvides culture-specific information about the format of date and time values.
DaylightTimeDefines the period of daylight saving time.
EastAsianLunisolarCalendarRepresents a calendar that divides time into months, days, years, and eras, and has dates that are based on cycles of the sun and the moon.
GlobalizationExtensionsProvides globalization-related extension methods.
GregorianCalendarRepresents the Gregorian calendar.
HebrewCalendarRepresents the Hebrew calendar.
HijriCalendarRepresents the Hijri calendar.
IdnMappingSupports the use of non-ASCII characters for Internet domain names. This class cannot be inherited.
ISOWeekProvides static members to support the ISO week date that is part of the ISO 8601 date and time standard issued by the International Organization for Standardization (ISO).
JapaneseCalendarRepresents the Japanese calendar.
JapaneseLunisolarCalendarRepresents time in divisions, such as months, days, and years. Years are calculated as for the Japanese calendar, while days and months are calculated using the lunisolar calendar.
JulianCalendarRepresents the Julian calendar.
KoreanCalendarRepresents the Korean calendar.
KoreanLunisolarCalendarRepresents time in divisions, such as months, days, and years. Years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.
NumberFormatInfoProvides culture-specific information for formatting and parsing numeric values.
PersianCalendarRepresents the Persian calendar.
RegionInfoContains information about the country/region.
SortKeyRepresents the result of mapping a string to its sort key.
SortVersionProvides information about the version of Unicode used to compare and order strings.
StringInfoProvides functionality to split a string into text elements and to iterate through those text elements.
TaiwanCalendarthe Taiwan calendar.
TaiwanLunisolarCalendarRepresents the Taiwan lunisolar calendar. As for the Taiwan calendar, years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.
TextElementEnumeratorEnumerates the text elements of a string.
TextInfoDefines text properties and behaviors, such as casing, that are specific to a writing system.
ThaiBuddhistCalendarRepresents the Thai Buddhist calendar.
UmAlQuraCalendarRepresents the Saudi Hijri (Um Al Qura) calendar.
The following blogs include discussions of the System.Globalization namespace and its classes:
Two of the .NET types in this namespace, CultureAndRegionInfoBuilder and CultureAndRegionModifiers, are found in an assembly named sysglobl.dll. To successfully compile code that uses these types, add a reference to sysglobl.dll.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4