CFString Constructors
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.
Overloads
CFString() | |
CFString(IntPtr) | |
CFString(String) |
Creates a CFString from a C# string. |
CFString(IntPtr, Boolean) |
CFString()
protected CFString ();
Applies to
CFString(IntPtr)
public CFString (IntPtr handle);
new CoreFoundation.CFString : nativeint -> CoreFoundation.CFString
Parameters
- handle
-
IntPtr
nativeint
Applies to
CFString(String)
Creates a CFString from a C# string.
public CFString (string str);
new CoreFoundation.CFString : string -> CoreFoundation.CFString
Parameters
- str
- String