Function foldline

  • Performs iCalendar line folding. A line ending character is inserted and the next line begins with a whitespace.

    Parameters

    • aLine: string

      The line to fold

    Returns string

    The folded line

    Example

    SUMMARY:This line will be fold
    ed right in the middle of a word.

Generated using TypeDoc