Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# - Define Guid Variable Question
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01301407
Message ID:
01301413
Views:
6
>I want to define a variable to hold a Guid. Is there a default value for a GUID?
>
>
>Guid gdGuid = (what goes here???);
>
Guid.NewGuid() will give you a new random guid. Guid.Empty will give you an empty guid, i.e., zero-guid
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform