Families.AutoWriter
1.0.0.0
Families 콘텐츠를 반복 작업 없이 작성·등록하도록 돕는 자동화 작성 도구입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
MinutesSuffixConverter.cs
이 파일의 문서화 페이지로 가기
1
using
System.Globalization;
2
using
System.Windows.Data;
3
4
namespace
FamiliesAutoWriter.Converters
;
5
14
public
sealed
class
MinutesSuffixConverter
: IValueConverter
15
{
64
public
object
Convert
(
object
value, Type targetType,
object
parameter, CultureInfo culture) =>
65
$
"{value}분"
;
66
115
public
object
ConvertBack
(
object
value, Type targetType,
object
parameter, CultureInfo culture) =>
116
Binding.DoNothing;
117
}
FamiliesAutoWriter.Converters
Definition
EnumToBoolConverter.cs:4
FamiliesAutoWriter.Converters.MinutesSuffixConverter
Definition
MinutesSuffixConverter.cs:15
FamiliesAutoWriter.Converters.MinutesSuffixConverter.ConvertBack
object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Definition
MinutesSuffixConverter.cs:115
FamiliesAutoWriter.Converters.MinutesSuffixConverter.Convert
object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Definition
MinutesSuffixConverter.cs:64
Converters
MinutesSuffixConverter.cs
다음에 의해 생성됨 :
1.17.0