Platforms to show: All Mac Windows Linux Cross-Platform

NewCFStringMBS2(s as string) as CFStringMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method CoreFoundation MBS MacCF Plugin 8.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a CFStringMBS object created using the given string.
Example
dim s as CFStringMBS

s=NewCFStringMBS2("")
// s is not nil here
MsgBox str(s.Handle)

The cfstring may be unicode.
See also NewCFStringMBS.

The items on this page are in the following plugins: MBS MacCF Plugin.


The biggest plugin in space...