次の方法で共有


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 に設定できます。

戻り値

属性

適用対象