NpChartData.FromJson Method

Reconstructs a NpChartData from a JSON string.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public static NpChartData FromJson(
	string json
)

Parameters

json  String
A JSON string previously produced by ToJson().

Return Value

NpChartData
A reconstructed NpChartData instance.

Exceptions

ArgumentNullExceptionjson is null.
JsonExceptionjson is malformed or semantically invalid.

See Also