Skip to content

Class CrossIndustryInvoiceReader

Parse a FacturXDotNet.Models.CII.CrossIndustryInvoice from an XML stream.

Assembly: FacturXDotNet.dll
csharp
public class CrossIndustryInvoiceReader

Methods

Read(Stream)

Parse the given stream into a FacturXDotNet.Models.CII.CrossIndustryInvoice.

csharp
public CrossIndustryInvoice Read(Stream stream)
Returns

FacturXDotNet.Models.CII.CrossIndustryInvoice

Parameters
TypeName
System.IO.Streamstream

The tools are open source and released under the MIT License, feel free to use, modify, and share.