Initializes a new instance of the RTF2HTML class

Namespace: CuteEditor.Convertor.RTF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public RTF2HTML(
	string str
)
Visual Basic
Public Sub New ( _
	str As String _
)
Visual C++
public:
RTF2HTML(
	String^ str
)

Parameters

str
Type: System..::..String

See Also