Namespace: iTextSharp.text.html
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string RemoveComment(
	string str,
	string startComment,
	string endComment
)
Visual Basic
Public Shared Function RemoveComment ( _
	str As String, _
	startComment As String, _
	endComment As String _
) As String
Visual C++
public:
static String^ RemoveComment(
	String^ str, 
	String^ startComment, 
	String^ endComment
)

Parameters

str
Type: System..::..String
startComment
Type: System..::..String
endComment
Type: System..::..String

See Also