Partager via


NSString.ToUpper(NSLocale) Méthode

Définition

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

[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

Paramètres

locale
NSLocale

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

Retours

Attributs

S’applique à