Click or drag to resize

PFLogEntryPageTextTransform Method

Transforms the log entry text into HTML for friendly presentation.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public Html TextTransform(
	string input
)

Parameters

input
Type: SystemString
The input.

Return Value

Type: Html
See Also