Share via


NSString.ToLower(NSLocale) メソッド

定義

指定したロケールの規則に従って、この文字列の小文字バージョンである新しい文字列を返します。

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

パラメーター

locale
NSLocale

この操作に使用するロケール。

戻り値

属性

適用対象