Skip to content

f30fd86c 9060 b729 f401 daaff3b29fba

Fernando Garcia edited this page May 8, 2018 · 1 revision

BaseWriter.GetAsByteArrayEnumerable Method

Additional header content

Returns the writer result file as a enumeration of byte array

Namespace: iTin.Export.ComponentModel.Writer
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public virtual IEnumerable<byte[]> GetAsByteArrayEnumerable()

VB

Public Overridable Function GetAsByteArrayEnumerable As IEnumerable(Of Byte())

Return Value

Type: IEnumerable(Byte[])
A enumeration of array of bytes than contains the writer result file content.

Implements

IWriter.GetAsByteArrayEnumerable()

Remarks

[Missing documentation for "M:iTin.Export.ComponentModel.Writer.BaseWriter.GetAsByteArrayEnumerable"]

See Also

Reference

BaseWriter Class
iTin.Export.ComponentModel.Writer Namespace

Clone this wiki locally