Description
Returns true if the passed string is a valid GUID, otherwise returns false.
Signature
IsGuid('inputstring')
Example 1
IsGuid('224fe947-784f-4d05-bb51-8a638a3c568b') returns true
Example 2
IsGuid('224fe947-784f-4d05-bb51-') returns false