Specifies behavior when start index and/or length is out of range.
| Property | Description |
|---|---|
| ReturnEmptyString | Returns an empty string. |
| ReturnStartIndexToEndOfString | Returns the remainder of the string, starting at StartIndex |
| ThrowException | Throws FormattingException |