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 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
.