Converts the string representation of a time-based uuid (v1) to the equivalent 
            
TimeUuid structure.
            
 
    Namespace: 
   Cassandra
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.10.0
Syntaxpublic static TimeUuid Parse(
	string input
)
Parameters
- input
 - Type: SystemString
 
Return Value
Type: 
TimeUuid
See Also