Function fuse_core::uuid::from_string

Function Documentation

inline UUID fuse_core::uuid::from_string(const std::string &uuid_string)

Convert a string representation of the UUID into a UUID variable.

There are a few supported formats:

  • ”01234567-89AB-CDEF-0123-456789ABCDEF”

  • ”01234567-89ab-cdef-0123-456789abcdef”

  • ”0123456789abcdef0123456789abcdef”

  • ”{01234567-89ab-cdef-0123-456789abcdef}”