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.
Available values:
True. The specified value can be converted to the Guid data type.
False. Conversion is unavailable. Use the Int64.Parse or Int64.TryParse method for conversion.
See also: