Share via


TextIo.write(Object[]) Method

Definition

Writes data to a file represented by a TextIO object.

public:
 override bool write(cli::array <System::Object ^> ^ _values);
[Microsoft.Dynamics.Ax.Xpp.VarArgs]
public override bool write (object[] _values);
[<Microsoft.Dynamics.Ax.Xpp.VarArgs>]
override this.write : obj[] -> bool
Public Overrides Function write (_values As Object()) As Boolean

Parameters

_values
Object[]

The values to write to the file. The values can be of different data types.

Returns

true if the write operation succeeds; otherwise, false.

Attributes

Remarks

If the write operation fails, can be used to ascertain the cause. The write method accepts a variable number of arguments. Each value is put into the output record as a field. The fields are separated by the field delimiter specified by the . Each record is separated by the delimiter specified by the . To write complete containers, use the .

Applies to