libzeep

PrevUpHomeNext

Function decode_hex

zeep::decode_hex — decode data from hexadecimal format

Synopsis

// In header: <zeep/crypto.hpp>


std::string decode_hex(std::string_view data);

Description

Parameters:

data

The string containing data to decode


PrevUpHomeNext