Skip to main content

ParameterValue.Implicit(Char to ParameterValue) Operator

Implicitly converts a Char value to a parameter value.

Namespace: DevExpress.Spreadsheet.Functions

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public static implicit operator ParameterValue(char value)

Parameters

Name Type Description
value Char

A Char value to be converted to a ParameterValue.

Returns

Type Description
ParameterValue

A ParameterValue object that is the result of conversion.

See Also