Platforms to show: All Mac Windows Linux Cross-Platform

Back to CFCharacterSetMBS class.

CFCharacterSetMBS.Binary as CFBinaryDataMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
This function returns the content of the CharacterSet as a CFBinaryData.

Returns nil on any error.

CFCharacterSetMBS.edit as CFMutableCharacterSetMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
To edit a character set, this method returns you a CFMutableCharacterSetMBS.

CFCharacterSetMBS.IsMember(charcode as Integer) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CoreFoundation MBS MacCF Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Returns true if the unicode character is part of this CharacterSet.

Works only for charcode from 0 to &hFFFF.

Some examples using this method:

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


The biggest plugin in space...