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
EncodingToURLMBS(s as string) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | String | MBS Util Plugin | 2.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Encodings a string for an URL. Use with UTF8 or ISO-9660 encoded strings. This function does not work correctly with UTF16 strings.
e.g. "Wie geht's?" -> "Wie%20geht's%3F"
May return "" on low memory conditions.
Strings and encoding work only perfectly for RB 4.5 or newer.
Added Linux support in v5.1.
See also:
EncodingToURLMBS(s as string, options as Integer) as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
global method | String | MBS Util Plugin | 4.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Encodings a string for an URL. Use with UTF8 or ISO-9660 encoded strings. This function does not work correctly with UTF16 strings.
e.g. "Wie geht's?" -> "Wie%20geht's%3F"
May return "" on low memory conditions.
Strings and encoding work only perfectly for RB 4.5 or newer.
Pass 1 for the options parameter to get PHP/Perl compatible output (+ instead of spaces and %20 for spaces).
Pass 2 for the options parameter to get plus to %2B and space to %20. Added in plugin version 10.6.
See also:
The items on this page are in the following plugins: MBS Util Plugin.