protected System.bool CharactersMatch( System.string str, System.int strPos, System.bool caseSensitive, System.bool advanceReadingPosition )
Parameters
- str
- The string whose characters to compare with the parser's char array.
- strPos
- The position in the given string at which to begin the comparison.
- caseSensitive
- Specifies whether the comparison should be case sensitive or not.
- advanceReadingPosition
- If set to true the reading position will be moved just after the last matched character in the char array if the characters in the char array match the ones in the specified string.