GuidUtility.ToLowerNoDashString method

Converts a GUID to a lowercase string with no dashes.

public static string ToLowerNoDashString(this Guid guid)
parameter description
guid The GUID.

Return Value

The GUID as a lowercase string with no dashes.

See Also