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

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

    Parameters

    str
    See Also