StrToUUID function

Converts a string to a GUID struct.

Syntax
bool UltraLite_Connection_iface::StrToUUID(
  GUID * dst,
  const ULValue & src
)
Parameters
  • dst   The GUID value being returned.

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