Share via


AsciiIo.writeExp(Object[]) Method

Definition

Writes the content of a container to a file.

public:
 override bool writeExp(cli::array <System::Object ^> ^ _data);
public override bool writeExp (object[] _data);
override this.writeExp : obj[] -> bool
Public Overrides Function writeExp (_data As Object()) As Boolean

Parameters

_data
Object[]

The container that holds data for the record.

Returns

true if the operation succeeds; otherwise, false. If the operation fails, check the status to learn the cause.

Remarks

The entries in the container are treated as fields. The container is treated as a full record. Fields are separated by the delimiter that is specified in the outFieldDelimiter method. Records are separated by the delimiter that is specified in the outRecordDelimiter method.

Applies to