add_value_decoded
Description:
Encodes value
according to the encoding used for this, and appends it to
this's list of values.
This should only be used if the VCardAttribute has a non-raw encoding (i.e. if it’s encoded in base-64 or quoted-printable encoding).
Parameters:
this | |
value |
an encoded value |
len |
the length of the encoded value, in bytes |