NSMutableString.ApplyTransform Method

Definition

Overloads

ApplyTransform(NSString, Boolean, NSRange, NSRange)
ApplyTransform(NSStringTransform, Boolean, NSRange, NSRange)

ApplyTransform(NSString, Boolean, NSRange, NSRange)

[Foundation.Export("applyTransform:reverse:range:updatedRange:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ApplyTransform (Foundation.NSString transform, bool reverse, Foundation.NSRange range, out Foundation.NSRange resultingRange);
abstract member ApplyTransform : Foundation.NSString * bool * Foundation.NSRange *  -> bool
override this.ApplyTransform : Foundation.NSString * bool * Foundation.NSRange *  -> bool

Parameters

transform
NSString
reverse
Boolean
range
NSRange
resultingRange
NSRange

Returns

Attributes

Applies to

ApplyTransform(NSStringTransform, Boolean, NSRange, NSRange)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public bool ApplyTransform (Foundation.NSStringTransform transform, bool reverse, Foundation.NSRange range, out Foundation.NSRange resultingRange);
member this.ApplyTransform : Foundation.NSStringTransform * bool * Foundation.NSRange *  -> bool

Parameters

transform
NSStringTransform
reverse
Boolean
range
NSRange
resultingRange
NSRange

Returns

Attributes

Applies to