Returns value accessor that composes a string from one (or more) source value
Namespace: NReco.PivotData.Input.Value
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
public Func<Object, string, Object> FormatHandler( Func<Object, string, Object> getValue )
Parameters
- getValue
- Type: SystemFuncObject, String, Object
source value accessor
Return Value
Type: FuncObject, String, Objectformatted string value accessor
See Also