Encodes specified data with bas64 encoding.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static byte[] Base64EncodeEx( byte[] data, char[] base64Chars, bool padd )
Public Shared Function Base64EncodeEx ( data As Byte(), base64Chars As Char(), padd As Boolean ) As Byte()
public: static array<unsigned char>^ Base64EncodeEx( array<unsigned char>^ data, array<wchar_t>^ base64Chars, bool padd )
static member Base64EncodeEx : data : byte[] * base64Chars : char[] * padd : bool -> byte[]
Parameters
- data (array<Byte>[]()[][])
- Data to to encode.
- base64Chars (array<Char>[]()[][])
- Custom base64 chars (64 chars) or null if default chars used.
- padd (Boolean)
- Padd missing block chars. Normal base64 must be 4 bytes blocks, if not 4 bytes in block, missing bytes must be padded with '='. Modified base64 just skips missing bytes.
Return Value
array<Byte>[]()[][]
[Missing <returns> documentation for "M:LumiSoft.Net.Core.Base64EncodeEx(System.Byte[],System.Char[],System.Boolean)"]
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119