User Tools

Site Tools


en:public:developer:template_system:tags:parameters:falsestr

FalseStr

The string used to display the false boolean value when formating a value throught the parameter “format”

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

Example

<#MyVar setValue="0">
<#MyVar Format="'Bool = '%b" FalseStr='false'>

The above example will output:

Bool = false
en/public/developer/template_system/tags/parameters/falsestr.txt · Last modified: 2014/03/02 12:06 by svanderclock