Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

FilterValue.Implicit(String to FilterValue) Operator

Implicitly converts a String value to a filter value.

Namespace: DevExpress.Spreadsheet

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

Declaration

public static implicit operator FilterValue(string value)

Parameters

Name Type Description
value String

A String value to be converted to a FilterValue.

Returns

Type Description
FilterValue

A FilterValue object that is the result of conversion.

See Also