Removes blank lines from a string with normalized (\r\n) line endings. 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 RemoveEmptyLines(
	string s
)
Visual Basic
Public Shared Function RemoveEmptyLines ( _
	s As String _
) As String
Visual C++
public:
static String^ RemoveEmptyLines(
	String^ s
)

Parameters

s
Type: System..::..String

See Also