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.

NOTE: By default the resulting content will be parsed (all <#..> tags will be evaluated) before to apply this filter. You can control this behavior throught the parameter AnalyzeTagParams

Example

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

Output

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