JsonResultIntAsJsonResult Method

Spotfire 14.2 API Reference
Serialize a bool in the way the TSS want it.

Namespace:  Spotfire.Dxp.Web.Worker.Diagnostics
Assembly:  Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 64.0.19302.3267 (64.0.19302.3267)
Syntax

C#
public static JsonResult IntAsJsonResult(
	int value
)

Parameters

value
Type: SystemInt32
The value.

Return Value

Type: JsonResult
The serialized version.
Version Information

Supported in: 11.6, 11.5, 11.4, 11.3
See Also

Reference