User Tools

Site Tools


en:public:developer:template_system:tags:parameters:hexencode

This is an old revision of the document!


Table of Contents

Hexencode

Parameter “hexencode” defines that the content of corresponding variable (or result of function) must be represented in the HEX-view. It means that each character will be changed with its own hexadecimal value. For example, character “b” will be changed with 62.

Example

code>

<#TestVar setValue="hello">
<#TestVar hexencode="1">

</code>

Output

  68656c6c6f
en/public/developer/template_system/tags/parameters/hexencode.1359378107.txt.gz · Last modified: 2013/01/28 17:01 by admin