This documentation is archived and is not being maintained.
CultureInfo Constructor
Visual Studio 2010
Initializes a new instance of the CultureInfo class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CultureInfo(Int32) | Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier. |
|
CultureInfo(String) | Initializes a new instance of the CultureInfo class based on the culture specified by name. |
|
CultureInfo(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. |
|
CultureInfo(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. |
Show: