Platforms to show: All Mac Windows Linux Cross-Platform

DecodingFromHexMBS(s as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method String MBS Util Plugin 3.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Decodes a Hex string to a binary string.
Example
dim s as String

s=EncodingToHexMBS("Hallo")

MsgBox DecodingFromHexMBS(s)

May return "" on low memory conditions.
Added Linux support in v5.1.
The string returned has no defined string encoding, so use DefineEncoding on the result if needed.

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


The biggest plugin in space...