HttpServerUtility.UrlTokenEncode Method
.NET Framework 3.0
Encodes a byte array into its equivalent string representation using base 64 digits, which is usable for transmission on the URL.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static String UrlTokenEncode ( byte[] input )
public static function UrlTokenEncode ( input : byte[] ) : String
Not applicable.
Parameters
- input
The byte array to encode.
Return Value
The string containing the encoded token if the byte array length is greater than one; otherwise, an empty string ("").Community Additions
ADD
Show: