Foundation.NSMutableString: Method Members

The methods of Foundation.NSMutableString are listed below. For a list of all members, see the NSMutableString Members list.

See Also: Inherited members from Foundation.NSString

Public Methods

Append(NSString)
Appends an NSString to this mutable string.
DeleteCharacters(NSRange)
Removes a range of characters from the string.
Insert(NSString, nint)
Inserts a string into the mutable string.
ReplaceOcurrences(NSString, NSString, NSStringCompareOptions, NSRange) : nuint
Replaces the contents of the mutable string matching a pattern with another.
SetString(NSString)
Sets the contents of this mutable string.