Click or drag to resize

StringUtilsDisplayMemo Method

Fixes a plain text field for display as HTML by replacing carriage returns with the appropriate br and p tags for breaks.

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string DisplayMemo(
	string htmlText
)

Parameters

htmlText
Type: SystemString
Input string

Return Value

Type: String
Fixed up string
See Also