Base64UrlTextEncoder.Decode(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 supplied string by replacing the non-URL encodable characters with URL encodable characters and then decodes the Base64 string.
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()
Parameters
- text
- String
The string to be decoded.
Returns
Byte[]
The decoded data.