DurationConverter.

Convert(Nullable<Duration>, Nullable<double>, ResolutionContext) Method

Summary

Performs conversion from source to destination type

Syntax

public Nullable<double> Convert(Nullable<Duration> source, Nullable<double> destination, ResolutionContext context)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
source Nullable<Duration> Source object
destination Nullable<double> Destination object
context ResolutionContext Resolution context

Return Value

Type Description
Nullable<double> Destination object