TrueStr

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

NOTE: By default the content of the parameter “TrueStr” 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="1">
<#MyVar Format="'Bool = '%b" TrueStr='true'>

The above example will output:

Bool = true