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
Item[nint] |
Get character at a given position. (Inherited from CFString) |
Length |
String length. (Inherited from CFString) |