Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to CFMutableStringMBS class.
CFMutableStringMBS.AppendCFStringMBS(s as CFStringMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFMutableStringMBS.AppendString(s as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFMutableStringMBS.Delete(pos as Integer,len as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFMutableStringMBS.Insert(index as Integer,s as CFStringMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFMutableStringMBS.LocalizedCapitalize(LocaleIdentifier as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Locale identifier can be "de", "de_DE" or "German" style.
Raises RaiseUnsupportedOperationException if locale identifier is not known.
CFMutableStringMBS.LocalizedLowercase(LocaleIdentifier as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Locale identifier can be "de", "de_DE" or "German" style.
Raises RaiseUnsupportedOperationException if locale identifier is not known.
CFMutableStringMBS.LocalizedUppercase(LocaleIdentifier as String)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | 18.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Locale identifier can be "de", "de_DE" or "German" style.
Raises RaiseUnsupportedOperationException if locale identifier is not known.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CFMutableStringMBS.Normalize(NormalizationForm as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | 4.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Requires Mac OS X 10.2 or newer.
CFMutableStringMBS.Pad(padstr as CFStringMBS,len as Integer,indexIntoPad as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The CFStringMBS.Pad function has two purposes. It either enlarges the character buffer of a mutable CFStringMBS object to a given length, padding the added length with a given character or characters, or it truncates the character buffer to a smaller size. The key parameter for this behavior is the length parameter; if it is greater than the current length of the represented string, padding takes place, and if it less than that length, truncation occurs.
For example, say you have a mutable CFStringMBS ( aMutStr ) containing the characters "abcdef". The call
CFStringMBS.Pad(newcfstring(". "), 12, 1)
results in aMutStr containing "abcdef . . .". However, the following call
CFStringMBS.Pad( nil, 3, 0)
results in aMutStr containing "abc".
CFMutableStringMBS.Replace(newstr as CFStringMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CFMutableStringMBS.Replace(pos as Integer,len as Integer,newstr as CFStringMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CFMutableStringMBS.Trim(trimchar as CFStringMBS)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
See also:
CFMutableStringMBS.Truncate(len as Integer)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
method | CoreFoundation | MBS MacCF Plugin | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The items on this page are in the following plugins: MBS MacCF Plugin.