Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with too-long substrings (#350)
C#'s string.Substring method throws an exception if length is beyond the end of the string, so we need to check the string length first.
- Loading branch information