NSMutableString.Insert(NSString, nint) 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.
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