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

In This Topic
    UrlDecodeToBytes(String,Encoding) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function UrlDecodeToBytes( _
       ByVal str As String, _
       ByVal e As Encoding _
    ) As Byte()
    public static byte[] UrlDecodeToBytes( 
       string str,
       Encoding e
    )

    Parameters

    str
    e
    See Also