CFMutableString Class
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.
public class CFMutableString : CoreFoundation.CFString
type CFMutableString = class
inherit CFString
- Inheritance
Constructors
CFMutableString(CFString, nint) | |
CFMutableString(IntPtr, Boolean) | |
CFMutableString(IntPtr) | |
CFMutableString(String, nint) |
Properties
Handle | (Inherited from CFString) |
Item[nint] |
Get character at a given position. (Inherited from CFString) |
Length |
String length. (Inherited from CFString) |
Methods
Append(String) | |
Dispose() | (Inherited from CFString) |
Dispose(Boolean) | (Inherited from CFString) |
InitializeHandle(IntPtr) | (Inherited from NativeObject) |
Release() | (Inherited from NativeObject) |
Retain() | (Inherited from NativeObject) |
ToString() | (Inherited from CFString) |
Transform(CFRange, CFString, Boolean) | |
Transform(CFRange, CFStringTransform, Boolean) | |
Transform(CFRange, NSString, Boolean) | |
Transform(CFRange, String, Boolean) | |
Transform(CFString, Boolean) | |
Transform(CFStringTransform, Boolean) | |
Transform(NSString, Boolean) | |
Transform(String, Boolean) |