Manager..::..FormatNoteTextToHTML Method

Formats the note text to HTML.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public string FormatNoteTextToHTML(
	string ClassName,
	string LinkID,
	string LinkDisplayText,
	string NoteText
)
Public Function FormatNoteTextToHTML ( _
	ClassName As String, _
	LinkID As String, _
	LinkDisplayText As String, _
	NoteText As String _
) As String
public:
String^ FormatNoteTextToHTML(
	String^ ClassName, 
	String^ LinkID, 
	String^ LinkDisplayText, 
	String^ NoteText
)

Parameters

ClassName
Type: String
Name of the class.
LinkID
Type: String
The link identifier.
LinkDisplayText
Type: String
The link display text.
NoteText
Type: String
The note text.

Return Value

System.String.