C-DEngine 5.105

TheCommonUtils..::..IsGuid Method

Check for a Guid.

Namespace:  nsCDEngine.BaseClasses
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static bool IsGuid(
	Object inObj
)
Public Shared Function IsGuid ( _
	inObj As Object _
) As Boolean
public:
static bool^ IsGuid(
	Object^ inObj
)

Parameters

inObj
Type: Object
The input object.

Return Value

True if a Guid is found, otherwise False.

Remarks


A safe way to determine whether an object contains a Guid or not. Safe means that no unhandled exceptions are generated.