Takes a string containing a GUID and converts it to a Guid? type.
public static Guid? StrToNullGuid(this string value)
The string to convert to a Guid?.
Guid x = "".StrToNullGuid();