Static
fromStatic
Private
fromStatic
parseCreates an instance from a UUID string representation.
This method accepts the following formats:
3ud3gtvgolimgu9lah6aie99o
40eb9860cf3e45e2a90eb82236ac806c
40eb9860-cf3e-45e2-a90e-b82236ac806c
{40eb9860-cf3e-45e2-a90e-b82236ac806c}
urn:uuid:40eb9860-cf3e-45e2-a90e-b82236ac806c
SyntaxError
if the argument is not a valid UUID string.
Static
parseStatic
parseStatic
Private
parseStatic
parseStatic
parseStatic
parsePrivate
constructorReadonly
valueThe underlying string value of the object in the 25-digit Base36 textual representation.
Static
Private
Readonly
MAXThe maximum value of 128-bit unsigned integer (2^128 - 1) in the Base36 representation.
Returns true if this.value
equals to other.value
.
The primary value type containing the Uuid25 representation of a UUID.
This class wraps a string value to provide conversion methods from/to other popular UUID textual representations.
Example