Click or drag to resize
JobHelperToJson Method

[Missing <summary> documentation for "M:Hangfire.Common.JobHelper.ToJson(System.Object)"]

Namespace: Hangfire.Common
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static string ToJson(
	Object value
)

Parameters

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:Hangfire.Common.JobHelper.ToJson(System.Object)"]

Return Value

Type: String
See Also