Click or drag to resize

UnresolvedFilterExpressionConvertFilterValue Method (FixedField, String)

Note: This API is now obsolete.

Converts a filter value in string format to an appropriate data type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public static Object ConvertFilterValue(
	FixedField property,
	string filterValue
)

Parameters

property
Type: Omada.OE.ModelFixedField
filterValue
Type: SystemString

Return Value

Type: Object
The returned object is of one of these types: string, int, DateTime, int[], Guid[], bool, Guid
See Also