The FormatToStringResolver is used to enter a configurable BFormat text string which is then converted to a String value.
The FormatToStringResolver component is located in the vykonPro palette under the util sub folder.
Format - BFormat property that is resolved to generate the String stored in the Out property.
Allow Escape - Boolean property when set to true allows using an esacpe() call in the Format property syntax. For example, %parent.name.escape()% might be used when a component name contains special characters which need to be escaped.
Out - The resolved BFormat string.