ParseValueParseDoubleHandler Method

NReco.PivotData Class Library Documentation
Returns value accessor that parses a double from a string 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> ParseDoubleHandler(
	Func<Object, string, Object> getValue
)

Parameters

getValue
Type: SystemFuncObject, String, Object
source value provider

Return Value

Type: FuncObject, String, Object
double value accessor
See Also

Reference