C# Class FSClient.EnglishDirectionConverter

Inheritance: IValueConverter
Mostra file Open project: mitchcapper/FSClient Class Usage Examples

Public Methods

Method Description
Convert ( bool is_outgoing ) : String
Convert ( object value, Type targetType, object parameter, System culture ) : object
ConvertBack ( object value, Type targetType, object parameter, System culture ) : object

Method Details

Convert() public static method

public static Convert ( bool is_outgoing ) : String
is_outgoing bool
return String

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