Share via


NSMutableString.Insert(NSString, IntPtr) Method

Definition

Inserts a string into the mutable string.

[Foundation.Export("insertString:atIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Insert(Foundation.NSString str, IntPtr index);
[<Foundation.Export("insertString:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Insert : Foundation.NSString * nativeint -> unit
override this.Insert : Foundation.NSString * nativeint -> unit

Parameters

str
NSString

String to insert.

index
IntPtr

nativeint

Position in the mutable string where the string will be inserted.

Attributes

Applies to