To convert a string to GUID you have to do the following:
string text = “6937e459-f1bd-4a20-ab10-28ff0010c15b”;
Guid myGuid = new Guid(text);
Happy Converting 🙂
Tags:
To convert a string to GUID you have to do the following:
string text = “6937e459-f1bd-4a20-ab10-28ff0010c15b”;
Guid myGuid = new Guid(text);
Happy Converting 🙂
Categories
No Responses