Read unread text into the given buffer.
Visual Basic Public Function ReadText( _ ByVal buf As System.Text.StringBuilder _ ) As Integer
C# public int ReadText( System.Text.string Builder 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |