G Guest Nov 4, 2004 #4 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! ***************************
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! ***************************
M Morten Wennevik Nov 4, 2004 #5 Hi Yog, Guid g = new Guid(string); How do i convert a string to a Guid datatype Click to expand...
W William Stacey [MVP] Nov 4, 2004 #7 How to get the GUID string of the OS/Machine? And can you use this resulting string in this constructor? TIA
How to get the GUID string of the OS/Machine? And can you use this resulting string in this constructor? TIA