Decodes base64 data. Defined in RFC 2045 6.8. Base64 Content-Transfer-Encoding.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static byte[] Base64DecodeEx( byte[] base64Data, char[] base64Chars )
Public Shared Function Base64DecodeEx ( base64Data As Byte(), base64Chars As Char() ) As Byte()
public: static array<unsigned char>^ Base64DecodeEx( array<unsigned char>^ base64Data, array<wchar_t>^ base64Chars )
static member Base64DecodeEx : base64Data : byte[] * base64Chars : char[] -> byte[]
Return Value
array<Byte>[]()[][]
[Missing <returns> documentation for "M:LumiSoft.Net.Core.Base64DecodeEx(System.Byte[],System.Char[])"]
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119