This topic has not yet been rated - Rate this topic

CultureInfo Constructor

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.

  NameDescription
Public method CultureInfo(Int32) Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier.
Public method CultureInfo(String) Initializes a new instance of the CultureInfo class based on the culture specified by name.
Public method 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.
Public method 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.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.