NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CultureInfo Constructor (String)

Initializes a new instance of the CultureInfo class.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public CultureInfo(
   string name
);
[C++]
public: CultureInfo(
   String* name
);
[JScript]
public function CultureInfo(
   name : String
);

Parameters

name
A predefined CultureInfo-supplied name with NLS+[a10] or a user-defined name of a previously created CultureInfo. See CultureNames[a11] for a list of names provided with NLS+.

Remarks

The name may be either [a12] a predefined CultureInfo supplied with Globalization or a user-defined name of a previously created CultureInfo. The table at the top of these reference pages provides a list of names.

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace | CultureInfo Constructor Overload List