This document is archived and information here might be outdated. Recommended version. |
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