Skip to main content
All docs
V18.2

ASPxDesignerParameterType.valueConverter(Object) Method

Converts the specified parameter value to the current parameter type.

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public object valueConverter(
    object val
)

Parameters

Name Type Description
val Object

An object that specifies the parameter value to be converted.

Returns

Type Description
Object

An object that specifies the converted parameter value.

See Also