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.