Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 516 Bytes

TryFromLowerNoDashString.md

File metadata and controls

22 lines (14 loc) · 516 Bytes

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