Click or drag to resize
ValueConverterTInput, TOutputConvertBackward Property
The perfect inverse of ConvertForward

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public Func<TOutput, TInput> ConvertBackward { get; protected set; }

Property Value

Type: FuncTOutput, TInput
See Also