Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QABinaryMessage interface

 

ReadInt method

Reads an integer value starting from the unread portion of a QABinaryMessage message body.

Syntax
Visual Basic
Public Function ReadInt() As Integer
C#
public int ReadInt();
Return value

The int value read from the message body.

Exceptions
  • QAException class - Thrown if there was a conversion error reading the value or if there is no more input.
See also