C# Class FlatFiles.FixedLengthRecordParser

Afficher le fichier Open project: jehugaleahsa/FlatFiles Class Usage Examples

Méthodes publiques

Méthode Description
FixedLengthRecordParser ( TextReader reader, FixedLengthSchema schema, FlatFiles.FixedLengthOptions options ) : System
ReadRecord ( ) : string

Method Details

FixedLengthRecordParser() public méthode

public FixedLengthRecordParser ( TextReader reader, FixedLengthSchema schema, FlatFiles.FixedLengthOptions options ) : System
reader TextReader
schema FixedLengthSchema
options FlatFiles.FixedLengthOptions
Résultat System

ReadRecord() public méthode

public ReadRecord ( ) : string
Résultat string