Suoranta.EnterpriseLib.Web - Developer API

JsonValueParser<(Of <(<'T>)>)> Delegate

Namespace:  Suoranta.EnterpriseLib.Web.MVC.Filters
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public delegate bool JsonValueParser<T>(
	string jsonValue,
	out T result
)

Type Parameters

T

Parameters

jsonValue
Type: String
result
Type: T%