System.Web.HttpUtility.UrlEncodeToBytes C# (CSharp) Method

UrlEncodeToBytes() public static method

public static UrlEncodeToBytes ( byte bytes ) : byte[]
bytes byte
return byte[]
        public static byte[] UrlEncodeToBytes(byte[] bytes)
        {
            throw null;
        }

Same methods

HttpUtility::UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[]
HttpUtility::UrlEncodeToBytes ( string str ) : byte[]
HttpUtility::UrlEncodeToBytes ( string str, System e ) : byte[]