Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
将未读文本读取到给定缓冲区中。
Public Function ReadText(ByVal buf As StringBuilder) As Integer
public int ReadText(StringBuilder buf)
buf 任何读取文本的目标缓冲区。
返回读取的字符数;如果没有要读取的字符,则返回 -1。
任何其它未读文本必须通过随后调用此方法来读取。从任何未读文本的开头读取文本。