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

Provides string replace bidirectionally.
Inheritance: FileHelpers.ConverterBase
Afficher le fichier Open project: stuarta0/banking-au

Méthodes publiques

Méthode Description
FieldToString ( object from ) : string
StringReplaceConverter ( ReplaceType kind ) : System
StringReplaceConverter ( string oldValue, string newValue ) : System
StringToField ( string from ) : object

Private Methods

Méthode Description
init ( string oldValue, string newValue ) : void

Method Details

FieldToString() public méthode

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

StringReplaceConverter() public méthode

public StringReplaceConverter ( ReplaceType kind ) : System
kind ReplaceType
Résultat System

StringReplaceConverter() public méthode

public StringReplaceConverter ( string oldValue, string newValue ) : System
oldValue string
newValue string
Résultat System

StringToField() public méthode

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