Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# - Define Guid Variable Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01301407
Message ID:
01301413
Vues:
5
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform