[Missing <summary> documentation for M:PerpetuumSoft.Reporting.Export.Rtf.RtfFile.ConvertString(System.String)]

Namespace:  PerpetuumSoft.Reporting.Export.Rtf
Assembly:  PerpetuumSoft.Reporting.Export.Rtf (in PerpetuumSoft.Reporting.Export.Rtf.dll) Version: 3.9.0.1

Syntax

C#
public static string ConvertString(
	string text
)
Visual Basic (Declaration)
Public Shared Function ConvertString ( _
	text As String _
) As String
Visual C++
public:
static String^ ConvertString(
	String^ text
)

Parameters

text
Type: System..::.String

See Also