GuidUtility.FromLowerNoDashString method

Converts a lowercase, no dashes string to a GUID.

public static Guid FromLowerNoDashString(string value)
parameter description
value The string.

Return Value

The GUID.

Exceptions

exception condition
FormatException The argument is not a valid GUID short string.

See Also