RichTextBox for WPF | ComponentOne
System.Web Namespace / HttpUtility Class / UrlDecode Method / UrlDecode(String,Encoding) Method

In This Topic
    UrlDecode(String,Encoding) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlDecode( _
       ByVal s As String, _
       ByVal e As Encoding _
    ) As String
    public static string UrlDecode( 
       string s,
       Encoding e
    )

    Parameters

    s
    e
    See Also