How to convert String to Guid ?
-
I am not sure, if it is a C#,.NET or ASP.NET question. but i need this in my asp.net site, i have to convert a string passed as a query string to be converted to GUID. Please tell me how to do this. Thanks
Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
-
I am not sure, if it is a C#,.NET or ASP.NET question. but i need this in my asp.net site, i have to convert a string passed as a query string to be converted to GUID. Please tell me how to do this. Thanks
Apurv A man is but the product of his thoughts. What he thinks, he becomes. .......Mahatma Gandhi Be the change you want to see in the world. .......Mahatma Gandhi
-
The GUID structure has a constructor that takes a string. Have you tried using that?
Despite everything, the person most likely to be fooling you next is yourself.
And why it's not a
.Parse
method I have no idea. :mad: