Interface that defines a converter to convert a property value from one type to another. More...
Public Member Functions | |
| Task< object?> | Convert (object? input, Type destinationType, params object[] args) |
| Converts an input object to a specified destination type using additional optional arguments. | |
Interface that defines a converter to convert a property value from one type to another.
| Task< object?> Buzzware.Cascade.IPropertyConverter.Convert | ( | object? | input, |
| Type | destinationType, | ||
| params object[] | args ) |
Converts an input object to a specified destination type using additional optional arguments.
| input | The object to be converted. |
| destinationType | The type to which the object should be converted. |
| args | Optional arguments that might be needed for conversion. |