CorLib  

GuidStatic

GuidStatic overview

Public:

Properties:
EmptyGuid (get) Returns a guid that is guaranteed to be all zeros.  
IDispatchGuid (get) 
IUnknownGuid (get) 
Methods:
FromParts Creates a guid using specified values and byte array.  
FromValues Creates a new guid from the individual values and bytes.  
NewGuid Returns a new Guid object with a random guid generated.  
Parse Parses a string representation of a guid, returning a Guid containing the parsed value.  
ParseExact 
ReadOnly Returns a Read-Only wrapper for the supplied Guid object.  
TryParse 
TryParseExact 

See Also