Gets whether the string matches a GUID (Guid ).
public static bool IsGuid(string str)
str
The string to validate.
true if str matches a GUID; otherwise false.
true
false