C# Class BenefitsAllocationUpload.Models.NoStringValueConverter

Generic method for handling padding of strings that are less that the necessary number of characters.
Mostra file Open project: ucdavis/BenefitsAllocationUpload

Public Methods

Method Description
FieldToString ( string fieldValue, int fieldLength ) : string
StringToField ( string from, int fieldLength ) : string

Method Details

FieldToString() public static method

public static FieldToString ( string fieldValue, int fieldLength ) : string
fieldValue string
fieldLength int
return string

StringToField() public static method

public static StringToField ( string from, int fieldLength ) : string
from string
fieldLength int
return string