Appends a string value to the QABinaryMessage instance's message body.
Visual Basic Public Sub WriteString( _ ByVal val As String _ )
C# public void WriteString( string val );
val The string value to write to the message body.
Note: The receiving application needs to invoke ReadString method for each WriteString invocation.
Note: The UTF-8 representation of the string to be written can be at most 32767 bytes.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |