Attempts to convert a lowercase, no dashes string to a GUID.
public static Guid? TryFromLowerNoDashString(string value)
The GUID, if the string could be converted; otherwise, null.