IsGuid(Value: String): Boolean;
Value. String value that must be checked.
The IsGuid method checks if the specified string value is a unique global identifier that can be represented with the Guid data type.
The method returns True if the specified value can be converted to the Guid data type, and False if conversion is impossible. Use the Parse or TryParse method for conversion.
See also: