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

Syntax

C#
public static string LoadFromRtf(
	string rtf,
	string tempFolder
)
Visual Basic
Public Shared Function LoadFromRtf ( _
	rtf As String, _
	tempFolder As String _
) As String
Visual C++
public:
static String^ LoadFromRtf(
	String^ rtf, 
	String^ tempFolder
)

Parameters

rtf
Type: System..::..String
tempFolder
Type: System..::..String

See Also