Skip to main content

ParameterValue.Implicit(Int32 to ParameterValue) Operator

Implicitly converts an Int32 value to a parameter value.

Namespace: DevExpress.Spreadsheet.Functions

Assembly: DevExpress.Spreadsheet.v24.1.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator ParameterValue(int value)

Parameters

Name Type Description
value Int32

An Int32 value to be converted to a ParameterValue.

Returns

Type Description
ParameterValue

A ParameterValue object that is the result of conversion.

See Also