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

Provides string formatting when converting FieldToString, and uses Convert.ChangeType when converting back.
Inheritance: FileHelpers.ConverterBase
Afficher le fichier Open project: stuarta0/banking-au Class Usage Examples

Méthodes publiques

Méthode Description
FieldToString ( object from ) : string
StringFormatConverter ( Type fieldType, string format ) : System
StringToField ( string from ) : object

Method Details

FieldToString() public méthode

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

StringFormatConverter() public méthode

public StringFormatConverter ( Type fieldType, string format ) : System
fieldType System.Type
format string
Résultat System

StringToField() public méthode

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