Method Convert
Convert(TSource, TDest)
Converts source enum value to the destination enum value.
public override TDest Convert(TSource value, TDest defaultValue = default)
Parameters
valueTSourceValue to convert.
defaultValueTDestValue used when source to destination mapping is not specified.
Returns
- TDest