String.Substring
Extract a part from the string.

Properties
| Property Name | Description | 
|---|---|
| String | String | 
| Start Index | Start index to extract | 
| Count | Number of characters in the extracted character string. If a negative value is specified, the end of the character string is extracted. | 
| Result | Result output |