RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / HtmlDecode Method / HtmlDecode(String) Method
The HTML string to decode.

In This Topic
    HtmlDecode(String) Method
    In This Topic
    Decodes an HTML-encoded string and returns the decoded string.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function HtmlDecode( _
       ByVal s As String _
    ) As String
    public static string HtmlDecode( 
       string s
    )

    Parameters

    s
    The HTML string to decode.

    Return Value

    The decoded text.
    See Also