Anyone know how to convert a GUID to string so I can display it in a textbox or use it in a sql query?
I am pulling in a GUID from a db into a listbox. I need to then use that guid to do another query on the db, but need to convert it to a string to use in the query.
I have searched and only can find string to GUID examples.
TIA
I am pulling in a GUID from a db into a listbox. I need to then use that guid to do another query on the db, but need to convert it to a string to use in the query.
I have searched and only can find string to GUID examples.
TIA