Foundation.NSMutableString Members

The members of Foundation.NSMutableString are listed below.

See Also: Inherited members from Foundation.NSString

Public Constructors

Default constructor, initializes a new instance of this class.
Creates a new mutable string with the specified initial capacity.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

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.