public static byte[] GetBytes(
ReadOnlySpan<char> base64
)Public Shared Function GetBytes (
base64 As ReadOnlySpan(Of Char)
) As Byte()public:
static array<unsigned char>^ GetBytes(
ReadOnlySpan<wchar_t> base64
)static member GetBytes :
base64 : ReadOnlySpan<char> -> byte[] | FormatException | The length of base64 with ignored white space characters is not zero or a multiple of 4. - oder - The format of base64 is invalid. base64 contains a non-Base64 character, more than two padding characters, or a non-space character between the padding characters. |