HttpServerUtilityWrapper.UrlTokenDecode(String) Método

Definição

Descodifica um token de string URL num array de bytes equivalente usando dígitos base64.

public:
 override cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public override byte[] UrlTokenDecode(string input);
override this.UrlTokenDecode : string -> byte[]
Public Overrides Function UrlTokenDecode (input As String) As Byte()

Parâmetros

input
String

O token da string URL para decodificar.

Devoluções

Byte[]

O array de bytes que contém o token de string URL decodificado.

Exceções

O valor do input parâmetro é null.

Aplica-se a