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 类

 

StrToUUID 函数

将字符串转换为二进制 UUID。

语法
bool UltraLite_Connection_iface::StrToUUID(
  p_ul_binary dst,
  size_t len,
  const ULValue & src
)
参数
  • dst   要返回的 UUID 值。

  • len   ul_binary 数组的长度。

  • src   保存要进行转换的 UUID 值的字符串。