-
Notifications
You must be signed in to change notification settings - Fork 5
Transform PadLeft
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.
Get the latest release here (https://github.com/sorengranfeldt/mare/releases)