共用方式為


EvaluationOptions.NullSubstitution 屬性

定義

取得或設定函式的選項,以取代 Null 值。 如果指定 nullSubstitution,即使 strictMode 已開啟,LG 評估工具也不會擲回 Null 例外狀況。

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

屬性值

函數。

適用於