C# Class BenefitsAllocationUpload.Models.NoDateValueConverter

Handles the proper setting of the date value should we return a null value from the database when creating the initial file.
Inheritance: FileHelpers.ConverterBase
Show file Open project: ucdavis/BenefitsAllocationUpload

Public Methods

Method Description
FieldToString ( object fieldValue ) : string
StringToField ( string from ) : object

Method Details

FieldToString() public method

public FieldToString ( object fieldValue ) : string
fieldValue object
return string

StringToField() public method

public StringToField ( string from ) : object
from string
return object