/** * Converts a string with a decimal integer into the corresponding hexadecimal integer and returns it as another * string. * * @return CUStringObject The string with the converted number. */ public function decToHex() { return CUString::decToHex($this); }