Guid.IsGuid

Syntax

IsGuid(Value: String): Boolean;

Parameters

Value. String value that must be checked.

Description

The IsGuid method checks if the specified string value is a unique global identifier that can be represented with the Guid data type.

Comments

Available values:

See also:

The Guid Class