RTF2HTML Constructor
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTF2HTML Constructor |
| RTF2HTML Class See Also Send Feedback |
Initializes a new instance of the RTF2HTML class
Namespace:Â CuteEditor.Convertor.RTFAssembly:Â 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