Each identifier may be suffixed, within the enclosing '$' characters, with an additional format tag for number
padding following the prototype: %0[width]d
For example:
'Segment_$Time%04d$' Where the Time property is 42 will have a replacement value of: Segment_0042
Replaces substitution tokens.
Each identifier may be suffixed, within the enclosing '$' characters, with an additional format tag for number padding following the prototype:
%0[width]dFor example: 'Segment_$Time%04d$' Where theTimeproperty is42will have a replacement value of:Segment_0042