A string representation of a Guid can be obtained by using the built in ToString method
string myGuidString = myGuid.ToString();
Depending on your needs you can also format the Guid, by adding a format type argument to the ToString call.
var guid = new Guid("7febf16f-651b-43b0-a5e3-0da8da4...