Base64Url.DecodeString(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.
Converts a Base64URL encoded string to a string
public static string DecodeString (string encoded);
static member DecodeString : string -> string
Public Shared Function DecodeString (encoded As String) As String
Parameters
- encoded
- String
The Base64Url encoded string containing UTF8 bytes for a string
Returns
The string represented by the Base64URL encoded string