 | 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
Syntaxpublic static string DisplayMemo(
string htmlText
)
Public Shared Function DisplayMemo (
htmlText As String
) As String
public:
static String^ DisplayMemo(
String^ htmlText
)
static member DisplayMemo :
htmlText : string -> string
Parameters
- htmlText
- Type: SystemString
Input string
Return Value
Type:
StringFixed up string
See Also