This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGUIDGenerator Interface > IGUIDGenerator.ValidateGUID Method (ArcObjects .NET 10.4 SDK) |
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,
VARIANT_BOOL* isValidFormat
);
[C++]
Parameters GUID [in] GUID is a parameter of type BSTR isValidFormat [out, retval] isValidFormat is a parameter of type VARIANT_BOOL