FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsModGlobal..::..isGUID Method

Determines whether the specified unique identifier value is unique identifier.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public static bool isGUID(
	string guidVal
)
Public Shared Function isGUID ( _
	guidVal As String _
) As Boolean
public:
static bool^ isGUID(
	String^ guidVal
)

Parameters

guidVal
Type: String
The unique identifier value.

Return Value

true if the specified unique identifier value is unique identifier; otherwise, false.