StringExtensions.HtmlDecode method

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

HtmlDecode(string)

Extension method

HTML decodes the specified str.

public static string HtmlDecode(this string str)

Parameters

str String

The string to be decoded.

Returns

The decoded string.