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

Obtains the name of the CultureInfo.

[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

The name of the CultureInfo. For example, the name for the CultureInfo of the United States, whose national language is English, would be "English (United States)".

Remarks

This method overrides Object.ToString.

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace