Base64UrlTextEncoder.Decode(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 la chaîne fournie en remplaçant les caractères non-URL encodables par des caractères encodables d’URL, puis décode la chaîne Base64.
public:
static cli::array <System::Byte> ^ Decode(System::String ^ text);
public static byte[] Decode (string text);
static member Decode : string -> byte[]
Public Shared Function Decode (text As String) As Byte()
Paramètres
- text
- String
Chaîne à décoder.
Retours
Byte[]
Données décodées.