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
)
Public Shared Function HtmlLineBreaks (
s As String
) As String
Parameters
- s
- Type: SystemString
The string to encode.
Return Value
Type:
StringThe original string with line breaks converted to HTML line breaks (BR tags).
See Also