Method | Description | |
---|---|---|
AsString ( IntPtr handle ) : string | ||
CFString ( IntPtr handle, bool own ) : System | ||
Create ( string value ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
CFStringCreateWithCharacters ( IntPtr alloc, IntPtr chars, int length ) : IntPtr | ||
CFStringGetCharacters ( IntPtr handle, |
||
CFStringGetCharactersPtr ( IntPtr handle ) : IntPtr | ||
CFStringGetLength ( IntPtr handle ) : int |
public static AsString ( IntPtr handle ) : string | ||
handle | IntPtr | |
return | string |
public CFString ( IntPtr handle, bool own ) : System | ||
handle | IntPtr | |
own | bool | |
return | System |
public static Create ( string value ) : |
||
value | string | |
return |