KCML_Uuid_ToString

Purpose

Convert a UUID to a printable string

Definition

DEFSUB 'KCML_Uuid_ToString(Uuid$, BYREF Text$) AS Bool

Parameters

UuidHexadecimal UUID
TextString representation of a UUID

Return

Returns TRUE if successful, FALSE if Uuid$ is not valid.

Description

Convert 16-byte UUID to a string

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.