libzeep

PrevUpHomeNext

Function encode_base32

zeep::encode_base32 — encode data in base32 format

Synopsis

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


 ( data,  wrap_width = );

Description

Parameters:

data

The string containing data to encode

wrap_width

If this value is not zero, lines in the output will be wrapped to this width.


PrevUpHomeNext