SecondsToFormatTimeMultiConverter 类
- 程序集
- ClassIsland.Core.dll
将两个秒数转换为格式化时长
public class SecondsToFormatTimeMultiConverter : IMultiValueConverter
- 继承
-
SecondsToFormatTimeMultiConverter
- 实现
-
IMultiValueConverter
- 继承成员
方法
Convert(IList<object?>, Type, object, CultureInfo)
Converts multi-binding inputs to a final value.
public object Convert(IList<object?> value, Type targetType, object parameter, CultureInfo culture)
参数
valueIList<object>targetTypeTypeThe type of the target.
parameterobjectA user-defined parameter.
cultureCultureInfoThe culture to use.
返回
- object
The converted value.
备注
This method should not throw exceptions. If the value is not convertible, return Avalonia.AvaloniaProperty.UnsetValue. Any exception thrown will be treated as an application exception.
ConvertBack(object, Type[], object?, CultureInfo)
public object[] ConvertBack(object value, Type[] targetType, object? parameter, CultureInfo culture)
参数
valueobjecttargetTypeType[]parameterobjectcultureCultureInfo
返回
- object[]