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

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

Méthodes publiques

Méthode Description
CurrencyConverter ( ) : System
FieldToString ( object from ) : string
StringToField ( string from ) : object

Method Details

CurrencyConverter() public méthode

public CurrencyConverter ( ) : System
Résultat System

FieldToString() public méthode

public FieldToString ( object from ) : string
from object
Résultat string

StringToField() public méthode

public StringToField ( string from ) : object
from string
Résultat object