Hi Glenn,
The ConvertGuid is not used anymore. I created this when I started the datalayer, to provide a conversion function for GUIDs. I was hoping to store them as a byte array or something, since MySQL doesn't have a GUID datatype like SQL Server has. However, it turned out practically impossible to rely on proper data type conversion. So the ConvertGuid function was changed into a "pass-through" function, which of course looks kinda stupid. But the idea to leave it there was: if one day we're going to use it again, we don't have to change the whole data installation script.
So, you can delete it safely and simply remove all occurrences, it doesn't do anything.
Regards,
Ruben
Umbraco Core Team Developer | Working on VistaDB support | LinkedIn