Skip to content

Transform Substring

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

This transform extract a substring from the value. The substring starts at a specified character position and has a specified length. If the desired length is longer than the value, the entire string is returned.

<Transform xsi:type="Substring" StartIndex="0" Length="10" />

This transform has two parameters.

  • StartIndex - The zero-based starting character position of a substring in this instance
  • Length - The number of characters in the substring
Clone this wiki locally