Class StandardTypeConverter
[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
Methods
CanConvert(Type, Type)
public bool CanConvert(Type source, Type target)
Parameters
Returns
ConvertValue(object, Type, Type)
public object ConvertValue(object value, Type source, Type target)