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

要用于此操作的区域设置。

返回

属性

适用于