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
dim a as string = "Hello"
dim b as string = "World"
dim c as string = ConcatBinaryStringsMBS(a,b)
dim d as string = ConvertEncoding(b, encodings.UTF16)
dim 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...