HttpServerUtilityWrapper.UrlTokenDecode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes a URL string token into an equivalent byte array by using base64 digits.
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()
Parameters
- input
- String
The URL string token to decode.
Returns
Byte[]
The byte array that contains the decoded URL string token.
Exceptions
The value of the input
parameter is null
.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.