I am testing some db layer functions. In one, I am similating the user passing in the id (a GUID). I have hardcoded the guid for testign purposes but can't seem to assign it to a variable , as rediculous as that sounds. In C# for a .NET 2.0 app. I have tried several ways, all failed. What is the proper way to set a guid to a variable. Here is the code...
Guid x = "5fb7097c-335c-4d07-b4fd-000004e2d28c";