 | StringUtilsFixHTMLForDisplay Method |
Replaces and and Quote characters to HTML safe equivalents.
Namespace:
Koden.Utils
Assembly:
Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntaxpublic static string FixHTMLForDisplay(
string html
)
Public Shared Function FixHTMLForDisplay (
html As String
) As String
public:
static String^ FixHTMLForDisplay(
String^ html
)
static member FixHTMLForDisplay :
html : string -> string
Parameters
- html
- Type: SystemString
HTML to convert
Return Value
Type:
StringReturns an HTML string of the converted text
See Also