Click or drag to resize

StringUtilsDisplayMemoEncoded Method

Method that handles handles display of text by breaking text. Unlike the non-encoded version it encodes any embedded HTML text

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

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Koden.Utils.StringUtils.DisplayMemoEncoded(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.DisplayMemoEncoded(System.String)"]

See Also