Partager via


NSString.ToLower(NSLocale) Méthode

Définition

Retourne une nouvelle chaîne qui est la version en minuscules de cette chaîne, en fonction des règles des paramètres régionaux spécifiés.

[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

Paramètres

locale
NSLocale

Paramètres régionaux à utiliser pour cette opération.

Retours

Attributs

S’applique à