Fixes a plain text field for display as HTML by replacing carriage returns with the appropriate br and p tags for breaks.
public static string DisplayMemo(string htmlText)
Return Value
Fixed up string
Parameters
htmlText
Input string
See also:
Class HtmlUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic