Copyright © 2016 Mobilengine Corp. All rights reserved. version: 7.0.4.19927
Returns a subset of a string, as a string
.
Returns
A substring of the string starting at the specified start-index parameter, and having the specified length.
Remarks
The method throws an error at runtime if you pass it a negative number for either parameter, a start-index grater or equal to the length of the string, or if the sum of the two parameters exceeds the length of the string.