NSMutableString.Insert(NSString, nint) Method

Definition

Inserts a string into the mutable string.

[Foundation.Export("insertString:atIndex:")]
public virtual void Insert (Foundation.NSString str, nint index);
abstract member Insert : Foundation.NSString * nint -> unit
override this.Insert : Foundation.NSString * nint -> unit

Parameters

str
NSString

String to insert.

index
System.System.IntPtr System.nativeint

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

Attributes

Applies to