Method EvaluateNested
EvaluateNested(FieldInstruction)
Evaluates a nested instruction, honouring the configured nesting limit.
public string? EvaluateNested(FieldInstruction instruction)
Parameters
instructionFieldInstructionThe nested instruction.
Returns
- string
The result text, or null when the nested field could not be evaluated.
Exceptions
- ArgumentNullException
instructionis null.- ResourceLimitExceededException
The nesting limit was exceeded.