Skip to content

Transform LeftString

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

This transform returns a substring with the 'CharactersToGet' leftmost characters from the source. If there are less characters in the string/source than the specified number, the entire source is returned.

<Transform xsi:type="LeftString" CharactersToGet="7" />

This transform has one parameter -

  • CharactersToGet - The number of characters from the left to get.
Clone this wiki locally