add_value_decoded


Description:

public void add_value_decoded (string value, int len)

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

an VCardAttribute

value

an encoded value

len

the length of the encoded value, in bytes