Method Skip
Skip(StringReader, int)
Advances the reader by the specified number of characters.
public static void Skip(this StringReader stringReader, int count)
Parameters
stringReaderStringReaderThe reader to advance.
countintThe number of characters to skip.