Click or drag to resize

UnresolvedFilterExpressionConvertFilterValue Method (BaseProperty, String, String)

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#
public static Object ConvertFilterValue(
	BaseProperty property,
	string filterValue,
	string description
)

Parameters

property
Type: Omada.OE.ModelBaseProperty
filterValue
Type: SystemString
description
Type: SystemString

Return Value

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