This activity determines the string length, in characters, of the input string.
For best performance, we advise that you limit use of activities such as this to non-intensive parts of your solution. In particular, you should avoid extensive string manipulations at a process orchestration level inside iterative parts of your solution. Extensive string manipulation is usually a task best performed in compiled program code. |
This parameter specifies the string whose length is to be determined.
Upon completion, this parameter will contain the length of the specified string, in characters.