K 10 svn:author V 3 imp K 8 svn:date V 27 2016-05-17T21:25:18.285250Z K 7 svn:log V 385 Implement uuid-to-string and uuid-from-string. uuid-from-string takes a string, interprets it as a standard UUID, and returns a binary from of the UUID. uuid-to-string does the reverse. The binary UUID is in allocated memory, so you'll need to free it with 'free' after you are done using it. It won't be automatically garbage collected. Likewise with the string... MFC After: 3 days END