Rate This Content
MSDN
MSDN Library
.NET Development
.NET Framework 3.5

  Switch on low bandwidth view

We were unable to locate this content in hi-in.

Here is the same content in en-us.

This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
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. These classes are useful for writing globalized (internationalized) applications. Classes like StringInfo and TextInfo provide advanced globalization functionalities, such as surrogate support and text element processing.

  ClassDescription
Public classCalendarRepresents time in divisions, such as weeks, months, and years.
Public classCharUnicodeInfo Retrieves information about a Unicode character. This class cannot be inherited.
Public classChineseLunisolarCalendar Represents 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.
Public classCompareInfo Implements a set of methods for culture-sensitive string comparisons.
Public classCultureAndRegionInfoBuilderDefines 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 running on that computer. This class cannot be inherited.
Public classCultureInfoProvides 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.
Public classDateTimeFormatInfoDefines how DateTime values are formatted and displayed, depending on the culture.
Public classDaylightTime Defines the period of daylight saving time.
Public classEastAsianLunisolarCalendarRepresents 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.
Public classGregorianCalendarRepresents the Gregorian calendar.
Public classHebrewCalendarRepresents the Hebrew calendar.
Public classHijriCalendarRepresents the Hijri calendar.
Public classIdnMapping Supports the use of non-ASCII characters for Internet domain names. This class cannot be inherited.
Public classJapaneseCalendarRepresents the Japanese calendar.
Public classJapaneseLunisolarCalendar Represents 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.
Public classJulianCalendarRepresents the Julian calendar.
Public classKoreanCalendarRepresents the Korean calendar.
Public classKoreanLunisolarCalendar Represents 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.
Public classNumberFormatInfo Defines how numeric values are formatted and displayed, depending on the culture.
Public classPersianCalendarRepresents the Persian calendar.
Public classRegionInfoContains information about the country/region.
Public classSortKey Represents the result of mapping a string to its sort key.
Public classStringInfo Provides functionality to split a string into text elements and to iterate through those text elements.
Public classTaiwanCalendarthe Taiwan calendar.
Public classTaiwanLunisolarCalendar Represents 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.
Public classTextElementEnumerator Enumerates the text elements of a string.
Public classTextInfoDefines text properties and behaviors, such as casing, that are specific to a writing system.
Public classThaiBuddhistCalendarRepresents the Thai Buddhist calendar.
Public classUmAlQuraCalendarRepresents the Saudi Hijri (Um Al Qura) calendar.
  EnumerationDescription
Public enumerationCalendarAlgorithmType Specifies whether a calendar is solar-based, lunar-based, or lunisolar-based.
Public enumerationCalendarWeekRule Defines different rules for determining the first week of the year.
Public enumerationCompareOptions Defines the string comparison options to use with CompareInfo.
Public enumerationCultureAndRegionModifiers Specifies constants that define a CultureAndRegionInfoBuilder object.
Public enumerationCultureTypes Defines the types of culture lists that can be retrieved using CultureInfo..::.GetCultures.
Public enumerationDateTimeStyles Defines the formatting options that customize string parsing for the Parse()()() and ParseExact()()() methods.
Public enumerationDigitShapes Specifies the culture-specific display of digits.
Public enumerationGregorianCalendarTypes Defines the different language versions of the Gregorian calendar.
Public enumerationNumberStyles Determines the styles permitted in numeric string arguments that are passed to the Parse methods of the numeric base type classes.
Public enumerationUnicodeCategory Defines the Unicode category of a character.
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker