Delegate CastFunc<TFrom, TTo>
- Namespace
- Rinku.Mapping.Conversion
- Assembly
- Rinku.dll
A conversion that writes its result through the out parameter and returns whether it succeeded.
public delegate bool CastFunc<TFrom, TTo>(TFrom value, out TTo result)
Parameters
valueTFrom- A conversion that writes its result through the out parameter and returns whether it succeeded.
resultTTo- A conversion that writes its result through the out parameter and returns whether it succeeded.
Returns
- bool
- A conversion that writes its result through the out parameter and returns whether it succeeded.
Type Parameters
TFromTTo
- Extension Methods