AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

StringExtensions..::..IsGuid Method

Determines whether the string is a valid GUID format.

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

Syntax


public static bool IsGuid(
	this string s
)

Parameters

s
Type: String
The string to check.

Return Value

true if the string is a valid GUID; otherwise, false.