FromBase64Transform.CanTransformMultipleBlocks Proprietà

Definizione

Ottiene un valore che indica se è possibile trasformare più blocchi.

public:
 property bool CanTransformMultipleBlocks { bool get(); };
public bool CanTransformMultipleBlocks { get; }
member this.CanTransformMultipleBlocks : bool
Public ReadOnly Property CanTransformMultipleBlocks As Boolean

Valore della proprietà

Sempre false.

Implementazioni

Commenti

Nell'implementazione corrente è possibile trasformare un solo blocco alla volta, quindi questa proprietà è sempre false.

Si applica a

Vedi anche