Table of Contents

Class StandardTypeConverter

Namespace
Steeltoe.Common.Expression.Internal.Spring.Support
Assembly
Steeltoe.Common.Expression.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class StandardTypeConverter : ITypeConverter
Inheritance
StandardTypeConverter
Implements
Inherited Members

Constructors

StandardTypeConverter()

public StandardTypeConverter()

StandardTypeConverter(IConversionService)

public StandardTypeConverter(IConversionService conversionService)

Parameters

conversionService IConversionService

Properties

ConversionService

public IConversionService ConversionService { get; set; }

Property Value

IConversionService

Methods

CanConvert(Type, Type)

public bool CanConvert(Type source, Type target)

Parameters

source Type
target Type

Returns

bool

ConvertValue(object, Type, Type)

public object ConvertValue(object value, Type source, Type target)

Parameters

value object
source Type
target Type

Returns

object