Skip to main content

base58FromUuidString()

function base58FromUuidString(uuid: string): string;

Encode a canonical UUID string (hyphenated or not, any case) as a wire-format ID. Useful when interoperating with systems that hand you UUIDs in canonical form.

Parameters

ParameterType
uuidstring

Returns

string