NSString.ToUpper(NSLocale) 方法

定义

根据指定区域设置的规则返回一个新字符串,该字符串是此字符串的大写版本。

[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

参数

locale
NSLocale

要用于此操作的区域设置。

返回

属性

适用于