HttpServerUtilityBase.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.
En cas de substitution dans une classe dérivée, décode un jeton de chaîne d’URL dans un tableau d’octets équivalent à l’aide de chiffres codés en base 64.
public:
virtual cli::array <System::Byte> ^ UrlTokenDecode(System::String ^ input);
public virtual byte[] UrlTokenDecode (string input);
abstract member UrlTokenDecode : string -> byte[]
override this.UrlTokenDecode : string -> byte[]
Public Overridable Function UrlTokenDecode (input As String) As Byte()
Paramètres
- input
- String
Jeton de chaîne d'URL à décoder.
Retours
- Byte[]
Tableau d’octets qui contient le jeton d’URL décodé.
Exceptions
Toujours.