共用方式為


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

要用於這項作業的地區設定。

傳回

屬性

適用於