Cast String to Guid

  • Thread starter Thread starter Yog
  • Start date Start date
Guid guid = new Guid(myString);

If the string is in an incorrect format, it will blow up, of course.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
How to get the GUID string of the OS/Machine? And can you use this
resulting string in this constructor? TIA
 
Back
Top