Base64Url.DecodeBytes(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 byte array
public static byte[] DecodeBytes (string encoded);
static member DecodeBytes : string -> byte[]
Public Shared Function DecodeBytes (encoded As String) As Byte()
Parameters
- encoded
- String
The Base64Url encoded string
Returns
Byte[]
The byte array represented by the Base64URL encoded string