DurationConverter.

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

Summary

Performs conversion from source to destination type

Syntax

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

Attributes

Type Description
NullableContextAttribute

Parameters

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

Return Value

Type Description
Nullable<long> Destination object