FromBase64Transform.InputBlockSize Eigenschaft

Definition

Ruft die Größe des Eingabeblocks ab.

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

Eigenschaftswert

Int32

Die Größe des Eingabedatenblocks in Bytes.

Implementiert

Hinweise

Die Eingabeblockgröße für diese Transformation ist ein Byte.

Gilt für

Siehe auch