示例#1
0
 /**
  * Get VPropVisualC 64bit value after char is built
  *
  * @param bool $hex
  *
  * @return int|string
  */
 public function getVpc($hex = false)
 {
     if ($hex) {
         return $this->vpc->getValueHex();
     }
     return $this->vpc->getValue();
 }