GuidUtility.TryFromLowerNoDashString method

Attempts to convert a lowercase, no dashes string to a GUID.

public static Guid? TryFromLowerNoDashString(string value)
parameter description
value The string.

Return Value

The GUID, if the string could be converted; otherwise, null.

See Also