HttpServerUtilityWrapper.UrlTokenDecode(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Décode un jeton de chaîne d’URL dans un tableau d’octets équivalent à l’aide de 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
Tableau d’octets qui contient le jeton de chaîne d’URL décodé.
Exceptions
La valeur du input paramètre est null.