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


IGUIDGenerator.ValidateGUID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGUIDGenerator Interface > IGUIDGenerator.ValidateGUID Method
ArcGIS Developer Help

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