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

Values

Value Description
1 Means that value must be hex-encoded.
0 Means that value must be hex-decoded.

Example

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

Output

  68656c6c6f