User Tools

Site Tools


en:public:developer:template_system:tags:parameters:checksum

Table of Contents

CheckSum

Parameter “checksum” permit to retrieve the CRC checksum (a numeric code) of the returning value. Empty String ('') return 0 but it's not the case for Null Value.

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 CheckSum must be calculated

Example

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

will output

  68623423
en/public/developer/template_system/tags/parameters/checksum.txt · Last modified: 2013/01/28 16:52 by admin