This activity extracts a portion of the input string. The portion extracted is determined by the specified starting position and length.
This parameter specifies the string from which the substring is to be extracted.
This parameter specifies the starting position in the source string from which to extract the substring.
This parameter specifies the length of substring to be extracted.
Upon completion, this parameter will contain the extracted substring.