Operator Explicit
Explicit(String to Uuid)
Yields a Uuid instance that represents the textual UUID.
Declaration
public static explicit operator Uuid(string uuid)
Parameters
Type | Name | Description |
---|---|---|
String | uuid | UUID string to convert. |
Returns
Type | Description |
---|---|
Uuid | New Uuid instance that represents the textual UUID. |