AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

StringExtensions..::..IsGuid Method

Determines whether the specified s is unique identifier.

Namespace:  AdvantageCMS.Core.Common
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool IsGuid(
	this string s
)

Parameters

s
Type: String
The s.

Return Value

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