Meet us at at Real World in Orlando, Florida.

All functions   Mac OS X   Windows   Crossplatform   Components   Guides  
New in version: 2.0   2.1   2.2   2.3   2.4   2.5   2.6   2.7   2.8  

String.DecodeFromHex

Component: String
Version: 2.4
Mac OS X: Works
Windows: Works

MBS( "String.DecodeFromHex"; text; encoding )

Parameters

Parameter Description Example value
text The text to process. "48656C6C6F20576F726C64"
encoding Optional. The text encoding for the resulting string. Default is native. Can be one of the following strings: ansi, windows, mac, latin1, utf8.

Result

Returns decoded text.

Description

Decode a hex string.

Examples

Decode Hex as UTF-8:

MBS( "String.DecodeFromHex"; "48656C6C6F20576F726C64"; "utf8" )

Feedback: Report problem or ask question.




Links
MBS REAL studio Plugins - Christians Software aus Nickenich