AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

BusinessObjectBase..::..IsValidGuid Method

Helper method to determin if string value is a Guid.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool IsValidGuid(
	string str
)

Parameters

str
Type: String
The string.

Return Value

true if [is valid unique identifier] [the specified string]; otherwise, false.