C# Class Harriet.Views.Converters.FontFamilyStringConverter

文字列とフォントファミリーとを変換します。
Inheritance: IValueConverter
Datei anzeigen Open project: malaybaku/harriet

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

文字列をフォントファミリに変換します。

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

フォントファミリを文字列に変換します。

Method Details

Convert() public method

文字列をフォントファミリに変換します。
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object

ConvertBack() public method

フォントファミリを文字列に変換します。
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType System.Type
parameter object
culture System.Globalization.CultureInfo
return object