Skip to main content

Base64 Encode/Decode and Related Functions

Last updated March 2020

NameDescription
ec_base64_decodePerform Base64 decoding of a string
ec_base64_decode_spaceThis function returns the number of bytes required to decode a Base64 encoded string
ec_base64_encodePerform Base64 encoding of a string
ec_base64_encode_spaceReturns the number of bytes required to Base64 encode a string
ec_base64_encode_string_to_stringApply base64 encoding to an ec_string and store the result to another ec_string where the previous content will be replaced
ec_base64_encode_to_stringApply base64 encoding to a string and store the result to an ec_string where the previous content will be replaced
ec_convert_bufferConvert a fixed length buffer from one encoding to another
ec_convert_buffer_to_stringConvert a buffer from one encoding to another
ec_convert_ioConvert an io stream from one encoding to another
ec_convert_registerRegister a converter implementation
ec_convert_stringConvert a string from one encoding to another
ec_qp_encodeQuoted-printable encode a string
ec_qp_encode_to_stringApply quoted printable encoding to a string and append the output to an ec_string
Was this page helpful?