NSString.ToUpper(NSLocale) Method

Definition

Returns a new string that is the uppercase version of this string, according to the rules of the specified locale.

[Foundation.Export("uppercaseStringWithLocale:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string ToUpper (Foundation.NSLocale locale);
abstract member ToUpper : Foundation.NSLocale -> string
override this.ToUpper : Foundation.NSLocale -> string

Parameters

locale
NSLocale

The locale to use for this operation.

Returns

Attributes

Applies to