Uuid


Object Hierarchy:

Object hierarchy for Uuid

Description:

public class Uuid : Object

Immutable UUID value object.

Uuid wraps validated canonical UUID strings and exposes factory methods for generation and parsing.

Example:

    Uuid generated = Uuid.v4 ();
Uuid? parsed = Uuid.parse (generated.toString ());
assert (parsed != null);


Namespace: Vala.Crypto
Package: Valacore

Content:

Static methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object