Craig's Utility Library  4.0 Beta
Utilities.IO.FileFormats.FixedLength.Interfaces.IRecord< T > Interface Template Reference

Record interface More...

Inheritance diagram for Utilities.IO.FileFormats.FixedLength.Interfaces.IRecord< T >:
Utilities.IO.FileFormats.FixedLength.BaseClasses.RecordBase< T >

Public Member Functions

void Parse (string Value, int Length=-1)
 Parses the string into fields More...
 

Properties

int Length [get, set]
 Length of the record More...
 

Detailed Description

Record interface

Definition at line 27 of file IRecord.cs.

Member Function Documentation

void Utilities.IO.FileFormats.FixedLength.Interfaces.IRecord< T >.Parse ( string  Value,
int  Length = -1 
)

Parses the string into fields

Parameters
ValueThe string value
LengthMax length of the value

Implemented in Utilities.IO.FileFormats.FixedLength.BaseClasses.RecordBase< T >.

Property Documentation

Length of the record

Definition at line 32 of file IRecord.cs.


The documentation for this interface was generated from the following file: