예제 #1
0
 /**
  * Converts a string with a hexadecimal integer into the corresponding integer value.
  *
  * The string may be prefixed with "0x".
  *
  * @return int The integer value represented by the string.
  */
 public function toIntFromHex()
 {
     return CUString::toIntFromHex($this);
 }