다음을 통해 공유


EvaluationOptions.NullSubstitution 속성

정의

null 값을 바꾸는 함수의 옵션을 가져오거나 설정합니다. nullSubstitution을 지정하면 LG 계산기는 strictMode가 켜진 경우에도 null 예외를 throw하지 않습니다.

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

속성 값

함수입니다.

적용 대상