convert


Description:

[ Version ( since = "3.60" ) ]
public Contact? convert (VCardVersion to_version)

Converts the this into the vCard version to_version and returns a converted copy of the this.

When the to_version matches the version of the this, then does nothing and returns null.

Parameters:

this

an Contact

to_version

the requested vCard version, one of VCardVersion

Returns:

the this converted to to_version, or null, when it is in this version already