public static byte[] GetBytes(
string? base64
)Public Shared Function GetBytes (
base64 As String
) As Byte()public:
static array<unsigned char>^ GetBytes(
String^ base64
)static member GetBytes :
base64 : string -> 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. |