Qore UUID Module  1.3
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