Platforms to show: All Mac Windows Linux Cross-Platform

ConcatBinaryStringsMBS(a as string, b as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method String MBS Util Plugin 6.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Concats the given strings with binary encoding.
Example
Var a as string = "Hello"
Var b as string = "World"
Var c as string = ConcatBinaryStringsMBS(a,b)
Var d as string = ConvertEncoding(b, encodings.UTF16)
Var e as string = ConcatBinaryStringsMBS(a,d)

MsgBox "ConcatBinaryStringsMBS"+EndOfLine+EndOfLine+c+EndOfLine+EncodingToHexMBS(c)+EndOfLine+EndOfLine+e+EndOfLine+EncodingToHexMBS(e)

If RB concats strings the encoding is changed before concating to match the other strings.

See also:

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


The biggest plugin in space...