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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite C++ API 参考 » UltraLite_Connection_iface 类

 

UUIDToStr 函数

将 UUID 转换为 ANSI 字符串。

语法
bool UltraLite_Connection_iface::UUIDToStr(
  char * dst,
  size_t len,
  const ULValue & src
)
参数
  • dst   要返回的字符串。

  • len   ul_binary 数组的长度。

  • src   要转换为字符串的 UUID 值。