EvaluationOptions.NullSubstitution 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于替换 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)
属性值
函数。