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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.