C# Class Banking.AU.Common.Converters.CurrencyConverter

Provides conversion from dollars to cents.
Inheritance: FileHelpers.ConverterBase
Datei anzeigen Open project: stuarta0/banking-au Class Usage Examples

Public Methods

Method Description
CurrencyConverter ( ) : System
FieldToString ( object from ) : string
StringToField ( string from ) : object

Method Details

CurrencyConverter() public method

public CurrencyConverter ( ) : System
return System

FieldToString() public method

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

StringToField() public method

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