EXPAND ALL
  • Home

px.uint128

Parse the UUID string into a UInt128.

Parse the UUID string of canonical textual representation into a 128bit integer (ie "123e4567-e89b-12d3-a456-426614174000"). Errors out if the string is not the correct format.

Arguments

NameTypeDescription
uuidstringthe uuid in canoncial uuid4 format ("123e4567-e89b-12d3-a456-426614174000")

Returns

uint128: The uuid as a uint128.

Examples

val = px.uint128("123e4567-e89b-12d3-a456-426614174000")

This site uses cookies to provide you with a better user experience. By using Pixie, you consent to our use of cookies.