object->getNormalizedData($ignoreTags); } if (!$this->object instanceof ByteStringObject) { return $this->object->getNormalizedData($ignoreTags); } return Utils::hexToString($this->object->getValue()); } }