See Also: NSMutableString Members
This is a mapping to the Objective-C NSString class. Generally, in .NET languages you use the native System.Text.StringBuilder type in your code.
This class is exposed purely to support binding some Objective-C libraries that expose APIs that use this type. But it is in general discouraged as part of general API design (it is also in general not exposed by well designed Objective-C libraries).