Partager via


HttpServerUtilityWrapper.UrlTokenDecode(String) Méthode

Définition

Décode un jeton de chaîne d’URL pour le convertir en un tableau d’octets équivalent, en utilisant des chiffres 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()

Paramètres

input
String

Jeton de chaîne d'URL à décoder.

Retours

Byte[]

Tableau d’octets contenant le jeton de chaîne d’URL décodé.

Exceptions

La valeur du paramètre input est null.

S’applique à