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

Provides string replace bidirectionally.
Inheritance: FileHelpers.ConverterBase
Datei anzeigen Open project: stuarta0/banking-au

Public Methods

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

Private Methods

Method Description
init ( string oldValue, string newValue ) : void

Method Details

FieldToString() public method

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

StringReplaceConverter() public method

public StringReplaceConverter ( ReplaceType kind ) : System
kind ReplaceType
return System

StringReplaceConverter() public method

public StringReplaceConverter ( string oldValue, string newValue ) : System
oldValue string
newValue string
return System

StringToField() public method

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