Foundation.NSMutableString Class
The Foundation framework mutable string class.

See Also: NSMutableString Members

Syntax

[Foundation.Register("NSMutableString", true)]
public class NSMutableString : NSString

Remarks

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).

Related content

Requirements

Namespace: Foundation
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0