Class StandardTypeConverter
Inheritance
System.Object
StandardTypeConverter
Assembly: Steeltoe.Common.Expression.dll
Syntax
public class StandardTypeConverter : ITypeConverter
Constructors
|
Edit this page
View Source
StandardTypeConverter()
Declaration
public StandardTypeConverter()
|
Edit this page
View Source
StandardTypeConverter(IConversionService)
Declaration
public StandardTypeConverter(IConversionService conversionService)
Parameters
Type |
Name |
Description |
IConversionService |
conversionService |
|
Properties
|
Edit this page
View Source
ConversionService
Declaration
public IConversionService ConversionService { get; set; }
Property Value
Type |
Description |
IConversionService |
|
Methods
|
Edit this page
View Source
CanConvert(Type, Type)
Declaration
public bool CanConvert(Type source, Type target)
Parameters
Type |
Name |
Description |
Type |
source |
|
Type |
target |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ConvertValue(Object, Type, Type)
Declaration
public object ConvertValue(object value, Type source, Type target)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Type |
source |
|
Type |
target |
|
Returns
Type |
Description |
System.Object |
|