Java.Util.Locale.ToString Method
Returns the string representation of this Locale.

Syntax

[Android.Runtime.Register("toString", "()Ljava/lang/String;", "")]
public override sealed string ToString ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the string representation of this Locale. It consists of the language code, country code and variant separated by underscores. If the language is missing the string begins with an underscore. If the country is missing there are 2 underscores between the language and the variant. The variant cannot stand alone without a language and/or country code: in this case this method would return the empty string.

Examples: "en", "en_US", "_US", "en__POSIX", "en_US_POSIX"

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1