get_value_decoded
Description:
Gets the value of a single-valued VCardAttribute,
this, decoding it if necessary according to the encoding given in the vCard’s ENCODING
attribute.
This will print a warning if called on an VCardAttribute which is not
single-valued (i.e. for which is_single_valued
returns false
). Use get_values_decoded
in such cases instead.
Parameters:
this |
Returns:
A newly allocated StringBuilder representing the value, or |