System.NetEncoding.TBase64Encoding.DecodeBytes

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DecodeBytes(Input, Output: PByte; InputLen: Integer; CharSize: Integer;  var State: TDecodeState): Integer;

C++

int __fastcall DecodeBytes(System::PByte Input, System::PByte Output, int InputLen, int CharSize, TDecodeState &State);

Properties

Type Visibility Source Unit Parent
function protected
System.NetEncoding.pas
System.NetEncoding.hpp
System.NetEncoding TBase64Encoding

Description

Embarcadero Technologies does not currently have any additional information.