UCharacter.ToUpperCase Method

Definition

Overloads

ToUpperCase(Int32)
ToUpperCase(String)
ToUpperCase(ULocale, String)
ToUpperCase(Locale, String)

ToUpperCase(Int32)

[Android.Runtime.Register("toUpperCase", "(I)I", "", ApiSince=24)]
public static int ToUpperCase (int ch);
[<Android.Runtime.Register("toUpperCase", "(I)I", "", ApiSince=24)>]
static member ToUpperCase : int -> int

Parameters

ch
Int32

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToUpperCase(String)

[Android.Runtime.Register("toUpperCase", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? ToUpperCase (string? str);
[<Android.Runtime.Register("toUpperCase", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member ToUpperCase : string -> string

Parameters

str
String

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToUpperCase(ULocale, String)

[Android.Runtime.Register("toUpperCase", "(Landroid/icu/util/ULocale;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? ToUpperCase (Android.Icu.Util.ULocale? locale, string? str);
[<Android.Runtime.Register("toUpperCase", "(Landroid/icu/util/ULocale;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member ToUpperCase : Android.Icu.Util.ULocale * string -> string

Parameters

locale
ULocale
str
String

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

ToUpperCase(Locale, String)

[Android.Runtime.Register("toUpperCase", "(Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? ToUpperCase (Java.Util.Locale? locale, string? str);
[<Android.Runtime.Register("toUpperCase", "(Ljava/util/Locale;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member ToUpperCase : Java.Util.Locale * string -> string

Parameters

locale
Locale
str
String

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to