Skip to main content
Version: 4.4.1

Base64 Decode

Description

Base64 decodes data from one stream to another.

Assembly: iCore.Workflow.Activities
Category: Streams

Arguments

NameTypeDescription
SourceStreamThe stream to read the data from.
Data is read from the current position in the stream. The stream is closed after activity finishes.
Close source streamBoolean
Indicates whether the source stream will be closed when the activity is complete, or if it will be left open.
DestinationStreamThe stream to write the data to.
Data is written to the current position in the stream. The stream is closed after activity finishes.
Close destination streamBooleanIndicates whether the destination stream will be closed when the activity is complete, or if it will be left open.
BytesReadIntegerNumber of bytes read from the source stream.
BytesWrittenIntegerNumber of bytes written to the destination stream.