DurationConverter.

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

Summary

Performs conversion from source to destination type

Syntax

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

Attributes

Type Description
NullableContextAttribute

Parameters

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

Return Value

Type Description
Nullable<Decimal> Destination object