C# 클래스 AC.AvalonControlsLibrary.Controls.BoolVisibilityConverter

converts the date string to the value
상속: AC.AvalonControlsLibrary.Core.OneWayValueConverter
파일 보기 프로젝트 열기: kienaiProject/ArtOfWords

공개 메소드들

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

Converts the month from a number to the actual string

메소드 상세

Convert() 공개 메소드

Converts the month from a number to the actual string
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object The value as integer
targetType System.Type Target type
parameter object The parameter to use
culture System The current culture in use
리턴 object