Uuid.from_string


Description:

[ CCode ( has_construct_function = false ) ]
public Uuid.from_string (string str, ssize_t len, UuidFormat fmt)

Creates a new UUID from its string representation str.

Parameters:

str

a string

len

the length of str, or -1 is str is NUL terminated

fmt

flags from UuidFormat for which fmt(s) to accept

Returns:

a new UUID, or null is str is not a valid UUID string representation