Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Read unread text into the given buffer.
Public Function ReadText(ByVal buf As StringBuilder) As Integer
public int ReadText(StringBuilder buf)
buf Target buffer for any read text.
The number of characters read or -1 if there are no more characters to read.
Any additional unread text must be read by subsequent calls to this method. Text is read from the beginning of any unread text.