Skip to main content
.NET Framework Class Library
CultureInfo..::.InvariantCulture Property

Updated: March 2012

Gets the CultureInfo that is culture-independent (invariant).

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Syntax
Public Shared ReadOnly Property InvariantCulture As CultureInfo
public static CultureInfo InvariantCulture { get; }
public:
static property CultureInfo^ InvariantCulture {
	CultureInfo^ get ();
}
static member InvariantCulture : CultureInfo

Property Value

Type: System.Globalization..::.CultureInfo
The CultureInfo that is culture-independent (invariant).
Remarks

The invariant culture is culture-insensitive; it is associated with the English language but not with any country/region. You specify the invariant culture by name by using an empty string ("") in the call to a CultureInfo instantiation method. InvariantCulture also retrieves an instance of the invariant culture. It is used in almost any method in the Globalization namespace that requires a culture.

Unlike culture-sensitive data, which is subject to change by user customization or by updates to the .NET Framework or the operating system, invariant culture data is stable over time and cannot be customized by users. This makes the invariant culture particularly useful in formatting and parsing operations that persist formatted data, or in sorting and ordering operations that require that data be displayed in a fixed order.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Portable Class Library

Supported in: Portable Class Library
Platforms

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Change History

Date

History

Reason

March 2012

Expanded the Remarks section.

Information enhancement.

Microsoft is conducting an online survey to understand your opinion of the MSDN Web site. If you choose to participate, the online survey will be presented to you when you leave the MSDN Web site.

Would you like to participate?