Click or drag to resize
JobHelperFromJson Method (String, Type)

[Missing <summary> documentation for "M:Hangfire.Common.JobHelper.FromJson(System.String,System.Type)"]

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static Object FromJson(
	string value,
	[NotNullAttribute] Type type
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Hangfire.Common.JobHelper.FromJson(System.String,System.Type)"]

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:Hangfire.Common.JobHelper.FromJson(System.String,System.Type)"]

Return Value

Type: Object
See Also