Provides access to a GUID generator.
Members
Name | Description | |
---|---|---|
CreateGUID | Create a Global Unique Identifier. | |
ValidateGUID | Validates the format of a Global Unique Identifier. |
IGUIDGenerator.CreateGUID Method
Create a Global Unique Identifier.
Public Function CreateGUID ( _
) As String
public string CreateGUID (
);
IGUIDGenerator.ValidateGUID Method
Validates the format of a Global Unique Identifier.
Public Function ValidateGUID ( _
ByVal GUID As String _
) As Boolean
public bool ValidateGUID (
string GUID
);
Classes that implement IGUIDGenerator
Classes | Description |
---|
Remarks
Geodatabase workspaces can be cast to this interface to create and validate GUIDs.