StringsEncodeToHtml Method
Converts a text string to an html-encoded string.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string EncodeToHtml(
string text
)
Public Shared Function EncodeToHtml (
text As String
) As String
- text String
- Text to convert.
StringString with the value converted.