Base64UrlEncoder.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 the specified base64url encoded string to UTF-8.
public static string Decode (string arg);
static member Decode : string -> string
Public Shared Function Decode (arg As String) As String
Parameters
- arg
- String
The base64url encoded string to decode.
Returns
The UTF-8 decoded string.