Click or drag to resize

TimeUuidParse Method

Converts the string representation of a time-based uuid (v1) to the equivalent TimeUuid structure.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static TimeUuid Parse(
	string input
)

Parameters

input
Type: SystemString

Return Value

Type: TimeUuid
See Also