KCML_Uuid_FromString
Purpose
Convert a string to a UUID
Definition
DEFSUB 'KCML_Uuid_FromString(Text$, BYREF Uuid$) AS Bool
Parameters
| Text | String |
| Uuid | 16-byte UUID |
Return
Returns TRUE if successful, FALSE if Text$ is not a valid UUID.
Description
Converts a string to a 16-byte hexadecimal UUID. String must be correctly formatted and can be optionally contained within { and }. Format of a UUID is XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX where X is any hexadecimal character.
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.