Skip to content
Søren Granfeldt edited this page Feb 19, 2017 · 1 revision

This transform returns a new string of a specified length in which the beginning of the current string is padded with spaces or with a specified Unicode character.

<Transform xsi:type="PadLeft" TotalWidth="10" PaddingChar=" " />

This transform has two parameters.

  • TotalWidth - The number of characters in the resulting string, equal to the number of original characters plus any additional padding characters.
  • PaddingChar - A Unicode padding character.
Clone this wiki locally