Rule Set Evaluation.From Json Method
Reconstructs a RuleSetEvaluation from a JSON string.
Definition
Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
A reconstructed RuleSetEvaluation instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
public static RuleSetEvaluation FromJson(
string json
)Parameters
Return Value
RuleSetEvaluationA reconstructed RuleSetEvaluation instance.
Exceptions
| Argument | json is null. |
| Json | json is malformed or semantically invalid. |