Hi Guys,

I am converting some code from C++, which was using UUID to create an ID number. It had the 4 attributes of Data1, Data2, Data3 and Data4.
In c# there doesnt appear to be any UUID (or at least not that I can find being relatively new to C# programming) and I am using Guid, but, the attributes are not available and these are what I need.

Would any one have an idea of how to populate the GUid number without using UUID?

Thanks,
Jenny