System.Web.HttpServerUtility.UrlTokenEncode Method

Encodes a byte array into its equivalent string representation using base 64 digits, which is usable for transmission on the URL.

Syntax

public static string UrlTokenEncode (byte[] input)

Parameters

input
The byte array to encode.

Returns

The string containing the encoded token if the byte array length is greater than one; otherwise, an empty string ("").

Remarks

The HttpServerUtility.UrlTokenEncode(Byte[]) method converts a byte array into an equivalent string representation encoded with base 64 digits. The resulting string token can be transmitted on the URL.

The HttpServerUtility.UrlTokenEncode(Byte[]) will return an empty string if the input parameter has a length of less than one.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0