GUID ---> Globally unique identifier - 128-bit integer
GUID can be used to uniquely identify something
This method can be in system name space . GUID method System.Guid.NewGuid() initializes a new instance of the GUID class.
Syntax - System.Guid.NewGuid();
Each time get a new number.
No comments:
Post a Comment