Check if the string is a Guid. Null or empty string are not Guid.
Namespace:
Devolutions.UtilsAssembly: 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