[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns true if the string contains a GUID

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
bool 
IsGuid(
	
string 
candidate
)
Public 
Shared 
Function 
IsGuid ( _
	
candidate 
As 
String _
) 
As 
Boolean
public:
static 
bool 
IsGuid(
	
String^ 
candidate
)

Parameters

candidate
String
String to determine if it is a GUID

Return Value

True if string is a GUID, false otherwise

See Also