StringsEscapeToHtml Method
Converts escape statements from a string into their html equivalents.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string EscapeToHtml(
string text
)
Public Shared Function EscapeToHtml (
text As String
) As String
- text String
- Text to convert.
StringString with the value converted.