Table of Contents

Delegate ConstantValueConverter

Namespace
JsonApiDotNetCore.Queries.Parsing
Assembly
JsonApiDotNetCore.dll

Converts a constant value within a query string parameter to an object.

public delegate object ConstantValueConverter(string value, int position)

Parameters

value string

The constant value to convert from.

position int

The zero-based position of value in the query string parameter value.

Returns

object

The converted object instance.