DecoderUtil.DecodeBase64 Method 

Decodes a string containing base64 encoded data.

public static byte[] DecodeBase64(
   string s
);

Parameters

s
string to decode.

Return Value

the decoded bytes.

See Also

DecoderUtil Class | NI.Email.Mime.Decoder Namespace