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

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Converts this string to lower 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