/// <summary> /// Reads the source string to the end of the line. /// </summary> /// <returns>Read string.</returns> public string ReadToLineEnd() { return(m_charReader.AcceptToLineEnd()); }