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 and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Connection_iface class

 

StrToUUID function

Converts a string to a binary UUID.

Syntax
bool UltraLite_Connection_iface::StrToUUID(
  p_ul_binary dst,
  size_t len,
  const ULValue & src
)
Parameters
  • dst   The UUID value being returned.

  • len   The length of the ul_binary array.

  • src   A string holding the UUID value to be converted.