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.ToString

Returns the name of the region.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

Returns a String representing the name of the region. For example, the region name for the United States is "United States."

Remarks

This method overrides Object.ToString.

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace