你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Base64Url.DecodeBytes(String) Method

Definition

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

Applies to