This document is archived and information here might be outdated.  Recommended version.


IGUIDGenerator.ValidateGUID Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGUIDGenerator.ValidateGUID Method

Validates the format of a Global Unique Identifier.

[Visual Basic .NET]
Public Function ValidateGUID ( _
    ByVal GUID As String _
) As Boolean
[C#]
public bool ValidateGUID (
    string GUID
);
[C++]
HRESULT ValidateGUID(
  BSTR GUID
);
[C++]

Parameters GUID [in]
GUID is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGUIDGenerator Interface