다음을 통해 공유


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

이 작업에 사용할 로캘입니다.

반환

특성

적용 대상