NSString.ToLower(NSLocale) Method

Definition

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

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

Parameters

locale
NSLocale

The locale to use for this operation.

Returns

Attributes

Applies to