C# 클래스 At.FF.Krems.Utils.WPF.Converters.StringStartsWithParamToBoolConverter

상속: IValueConverter
파일 보기 프로젝트 열기: Grisu-NOE/Infoscreen

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Converts the specified value.

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

The convert back.

메소드 상세

Convert() 공개 메소드

Converts the specified value.
The target must be a boolean
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type The target type.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
리턴 object

ConvertBack() 공개 메소드

The convert back.
Cannot convert back
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object The value.
targetType System.Type Type of the target.
parameter object The parameter.
culture System.Globalization.CultureInfo The culture.
리턴 object