Share via


EvaluationOptions.NullSubstitution Property

Definition

Gets or sets the option of a function to replace a null value. If nullSubstitution is specified, LG evaluator will not throw null exception even the strictMode is on.

public Func<string,object> NullSubstitution { get; set; }
member this.NullSubstitution : Func<string, obj> with get, set
Public Property NullSubstitution As Func(Of String, Object)

Property Value

A function.

Applies to