Suoranta.EnterpriseLib.Web - Developer API

JsonValueParser Delegate

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

Syntax


public delegate bool JsonValueParser(
	string jsonValue,
	out Object result
)

Parameters

jsonValue
Type: String
result
Type: Object%