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