Suoranta.EnterpriseLib.Web - Developer API

JsonDateParserFilter..::..TryParseValue Method

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

Syntax


public bool TryParseValue(
	PropertyInfo prop,
	string rawValue,
	Object fullOutput,
	out Object parsedValue
)

Parameters

prop
Type: PropertyInfo
rawValue
Type: String
fullOutput
Type: Object
parsedValue
Type: Object%