UUIDToStr function

Converts a UUID to a Unicode string.

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

  • len   The length of the ul_binary array.

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