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 函数

将字符串转换为 GUID 结构。

语法
bool UltraLite_Connection_iface::StrToUUID(
  GUID * dst,
  const ULValue & src
)
参数
  • dst   要返回的 GUID 值。

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