Unwraps lines from the RFC 2445 "line folding" technique. NOTE: this method makes the line/col numbers output from antlr incorrect.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static string UnwrapLines(
	string s
)
Visual Basic
Public Shared Function UnwrapLines ( _
	s As String _
) As String
Visual C++
public:
static String^ UnwrapLines(
	String^ s
)

Parameters

s
Type: System..::..String

See Also