wwUtils::DecodeHtml
Decodes an Html encoded string removing basic HTML entities.
Note that this method only translates quotes, ampersands and angle brackets (<>"&)
o.DecodeHtml(lcEncodedHtml)
HTML decoded string
Parameters
lcEncodedHtml
An HTML encoded string to be decoded
See also
Class wwUtils