HtmlDecode(String) Method
In This Topic
Decodes an HTML-encoded string and returns the decoded string.
Syntax
'Declaration
Public Overloads Shared Function HtmlDecode( _
ByVal As String _
) As String
public static string HtmlDecode(
string
)
Parameters
- s
- The HTML string to decode.
Return Value
The decoded text.
See Also