NSString.ToUpper(NSLocale) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a new string that is the uppercase version of this string, according to the rules of the specified locale.
[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
Parameters
- locale
- NSLocale
The locale to use for this operation.
Returns
- Attributes