Converts the string representation of a GUID to the equivalent Guid structure.
input The GUID to convert.
A structure that contains the value that was parsed.
Use Guid.TryParse(string, Guid@) method to catch any unsuccessful parse operations.