.NET Components for Mobility
Converts an array of bytes into a URL-encoded array of bytes.

Declaration Syntax
public static byte[] UrlEncodeToBytes(
byte[] bytes
)
Public Shared Function UrlEncodeToBytes ( _
bytes As Byte() _
) As Byte()

Parameters
- bytes (array<
Byte
>[]()[])
- The array of bytes to encode.

Return Value
An encoded array of bytes.
Assembly:
InTheHand.Net (Module: InTheHand.Net) Version: 4.1.0.0