Qore uuid Module
1.4.1
Loading...
Searching...
No Matches
Variables
UUID Formatting Constants
Variables
const
Qore::UUID::LowerCase
= QUF_LOWER_CASE
All alphebetic hexadecimal characters will be in lower case; this is the default.
const
Qore::UUID::UpperCase
= QUF_UPPER_CASE
All alphebetic hexadecimal characters will be in upper case.
Detailed Description