/** * 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(); }