export

fun export(vCard: VCard, lineWidthLimit: Int = 75): String

Exports the given VCard as RFC 6350 conform string.

Lines in the export are wrapped when exceeding the given width limit without taking into account the linebreak characters.

Return

the string that represents the given vCard.

Parameters

vCard

the vCard to be exported.

lineWidthLimit

the limit of line with after which the line is folded