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

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

    Parameters

    str
    e
    See Also