FromBase64Transform.InputBlockSize Property

Definition

Gets the input block size.

public:
 property int InputBlockSize { int get(); };
public int InputBlockSize { get; }
member this.InputBlockSize : int
Public ReadOnly Property InputBlockSize As Integer

Property Value

The size of the input data blocks in bytes.

Implements

Remarks

The input block size for this transformation is one byte.

Applies to

See also