Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CultureInfo Constructor

 

Initializes a new instance of the CultureInfo class.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodCultureInfo(Int32)

Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier.

System_CAPS_pubmethodCultureInfo(Int32, Boolean)

Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier and on the Boolean that specifies whether to use the user-selected culture settings from the system.

System_CAPS_pubmethodCultureInfo(String^)

Initializes a new instance of the CultureInfo class based on the culture specified by name.

System_CAPS_pubmethodCultureInfo(String^, Boolean)

Initializes a new instance of the CultureInfo class based on the culture specified by name and on the Boolean that specifies whether to use the user-selected culture settings from the system.

Return to top
Show:
© 2017 Microsoft