[#DecodeHexBlk] = DecodeHexBlk :mrdocs: Decode a hex‐encoded serialized block. == Synopsis Declared in `<core_io.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] bool DecodeHexBlk( xref:CBlock.adoc[CBlock]& block, std::string const& strHexBlk); ---- == Return Value True if the block was decoded successfully. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Parameters [cols="1,4"] |=== | Name| Description | *block* | Block populated with the decoded data on success. | *strHexBlk* | Hex string holding the serialized block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#