Click or drag to resize

EAPUtilTextToHtml Method

Escape a string for use in the template.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string TextToHtml(
	string s,
	TemplateReplaceFlags replaceFlags
)

Parameters

s
Type: SystemString
The string to escape.
replaceFlags
Type: NetQuarryTemplateReplaceFlags
Replacement options.

Return Value

Type: String
The escaped string.
See Also