Click or drag to resize

EAPEncodeHtmlLineBreaks Method

Replace any C# line breaks with HTML line breaks.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string HtmlLineBreaks(
	string s
)

Parameters

s
Type: SystemString
The string to encode.

Return Value

Type: String
The original string with line breaks converted to HTML line breaks (BR tags).
See Also