Open Source .Net
Adsence750x90
Wednesday, November 26, 2008
Globally Unique Identifier (GUID) in C# - Tips and Tricks
A GUID is a 128-bit integer (16 bytes). GUID is Globally Unique Identifier. programmers can use this key as unique Key
We can generate Guid using C#
Guid objGuid=Guid.NewGuid();
string uniqueID=objGuid.ToString();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment