Base64UrlEncoder.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 the specified base64url encoded string to UTF-8 bytes.
public static byte[] DecodeBytes (string str);
static member DecodeBytes : string -> byte[]
Public Shared Function DecodeBytes (str As String) As Byte()
Parameters
- str
- String
The base64url encoded string.
Returns
Byte[]
The UTF-8 bytes.