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

Field interface More...

Inheritance diagram for Utilities.IO.FileFormats.FixedLength.Interfaces.IField< T >:
Utilities.IO.FileFormats.FixedLength.BaseClasses.FieldBase< T >

Public Member Functions

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

Properties

int Length [get, set]
 Field length More...
 
Value [get, set]
 Field value More...
 

Detailed Description

Field interface

Definition at line 27 of file IField.cs.

Member Function Documentation

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

Parses the string into fields

Parameters
ValueThe string value
LengthMax length of the value
FillerCharacterFiller character used to fill the rest of the field

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

Property Documentation

Field length

Definition at line 32 of file IField.cs.

Field value

Definition at line 37 of file IField.cs.


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