Table of Contents

Class ObjectToStringConverter<T>

Namespace
Steeltoe.Common.Converter
Assembly
Steeltoe.Common.dll
public class ObjectToStringConverter<T> : AbstractConverter<T, string>, IConditionalGenericConverter, IConditionalConverter, IGenericConverter, IConverter<T, string>

Type Parameters

T
Inheritance
ObjectToStringConverter<T>
Implements
Derived
Inherited Members

Methods

Convert(T)

Convert the source object of type S to a target object of type T.

public override string Convert(T source)

Parameters

source T

the source object to convert; can not be null

Returns

string

the converted object which must be type T