Table of Contents

Interface IConverter<TInput, TOutput>

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Host.dll
public interface IConverter<TInput, TOutput>

Type Parameters

TInput
TOutput

Methods

Convert(TInput)

TOutput Convert(TInput input)

Parameters

input TInput

Returns

TOutput