Check if the string is a Guid. Null or empty string are not Guid.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function IsGuid ( _
	value As String _
) As Boolean
C#
public static bool IsGuid(
	string value
)

Parameters

value
Type: System..::..String

Return Value

See Also