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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere .NET API 参考 » 用于客户端的 QAnywhere .NET (.NET 2.0) » QABinaryMessage 接口

 

ReadChar 方法

从 QABinaryMessage 消息主体的未读部分开始读取字符值。

语法
Visual Basic
Public Function ReadChar() As Char
C#
public char ReadChar();
返回值

从消息主体读取的字符值。

异常
  • QAException 类- 读取值时发生转换错误或没有其它输入时。

另请参见