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!

RegionInfo Constructor (String)

Initializes an instance of the named RegionInfo class.

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

Parameters

name
The string indicating the RegionInfo name. The name must be one of the 3 letter names defined by the ISO 3166 standard. Case is not significant.

Remarks

See Region Names for a list of names provided with NLS+.

See Also

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