UUIDToStr function

Converts a UUID to an ANSI string.

Syntax
bool UltraLite_Connection_iface::UUIDToStr(
  char * dst,
  size_t len,
  const ULValue & src
)
Parameters
  • dst   The string being returned.

  • len   The length of the ul_binary array.

  • src   The UUID value to be converted to a string.