Platforms to show: All Mac Windows Linux Cross-Platform
Back to StringViewMBS class.
StringViewMBS.Join(strings() as StringViewMBS) as StringMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | String | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
See also:
StringViewMBS.Join(strings() as Variant) as StringMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | String | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Variant can include anything that converts to string or is a StringViewMBS.
See also:
StringViewMBS.ViewFromCharacters(Characters() as UInt32) as StringViewMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | String | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The text is references in the StringView and not copied.
StringViewMBS.ViewFromData(Data as MemoryBlock) as StringViewMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | String | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The MemoryBlock must contain UTF-32 characters (4 bytes per character).
The text is references in the StringView and not copied.
StringViewMBS.ViewFromString(s as String) as StringViewMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| shared method | String | MBS Util Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
The text is references in the StringView and not copied.
The items on this page are in the following plugins: MBS Util Plugin.