다음을 통해 공유


NSString.ToUpper(NSLocale) 메서드

정의

지정된 로캘의 규칙에 따라 이 문자열의 대문자 버전인 새 문자열을 반환합니다.

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

매개 변수

locale
NSLocale

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

반환

특성

적용 대상