Decodes specified base64 data.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public byte[] Decode( byte[] data, int offset, int count, bool ignoreNonBase64Chars )
Public Function Decode ( data As Byte(), offset As Integer, count As Integer, ignoreNonBase64Chars As Boolean ) As Byte()
public: array<unsigned char>^ Decode( array<unsigned char>^ data, int offset, int count, bool ignoreNonBase64Chars )
member Decode : data : byte[] * offset : int * count : int * ignoreNonBase64Chars : bool -> byte[]
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when data is null reference. |
FormatException | Is raised when value contains invalid base64 data. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119