KCML_Uuid_ToString
Purpose
Convert a UUID to a printable string
Definition
DEFSUB 'KCML_Uuid_ToString(Uuid$, BYREF Text$) AS Bool
Parameters
| Uuid | Hexadecimal UUID |
| Text | String 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.