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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |