StringUtils.HtmlDecode method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings
Assembly Skybrud.Essentials.dll

HtmlDecode(string)

Static

HTML decodes the specified str.

public static string HtmlDecode(string str)

Parameters

str String

The string to be decoded.

Returns

The decoded string.