Returns the left-most number of characters from a string.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | String | System.String | String to return left-most characters of. | No |
| 2 | Number | System.Int32 | Number of characters | No |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Return | System.String | A string consisting of the left-most number of characters from the input string. |
