Java.Lang.String.ToUpperCase Method
Converts this this string to upper case, using the rules of the user's default locale.

Syntax

[Android.Runtime.Register("toUpperCase", "()Ljava/lang/String;", "")]
public string ToUpperCase ()

Returns

Documentation for this section has not yet been entered.

Remarks

Converts this this string to upper case, using the rules of the user's default locale. See "Be wary of the default locale".

[Android Documentation]

Requirements

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