共用方式為


NSString.Capitalize(NSLocale) 方法

定義

使用指定地區設定的規則來大寫字串。

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

參數

locale
NSLocale

要用於此作業的地區設定。

這個參數可以是 null

傳回

屬性

適用於