C# Class Gymnastika.Modules.Meals.Converters.TextConverter

Inheritance: IValueConverter
Mostra file Open project: weiqiyiji/Gymnastika

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
CutString ( string inputString, int len ) : string

Method Details

Convert() public method

public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
return object

CutString() public method

public CutString ( string inputString, int len ) : string
inputString string
len int
return string