Zoomed Image

AMSX Scripting Language - Command : stringtohex

Summary

Convert a string to its Unicode hex representation

Description

Converts the given string to a hex-encoded Unicode byte sequence. Useful for safely encoding binary or non-printable data.

Parameters

ParameterDescription
cmdstring to convert

Syntax


StringToHex "string to convert"

Return to the AMSX Command Reference