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