Skip to main content

ParameterInfo.ConvertEmptyValueToZero Property

Gets or sets whether a parameter with an empty value is converted to zero when the parameter is evaluated.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public bool ConvertEmptyValueToZero { get; set; }

Property Value

Type Description
Boolean

true, to convert an empty parameter value to zero; otherwise, false.

See Also