TransferParameters.IsBinary Property

Definition

Gets a value indicating whether the input file should be treated as a binary (true) or a delimited input (false).

public bool IsBinary { get; }
member this.IsBinary : bool
Public ReadOnly Property IsBinary As Boolean

Property Value

true if this instance is binary; otherwise, false.

Applies to