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