get_value_decoded


Description:

public StringBuilder? get_value_decoded ()

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

an VCardAttribute

Returns:

A newly allocated StringBuilder representing the value, or null if the attribute has no value.