共用方式為


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

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

傳回

屬性

適用於