| UnresolvedFilterExpressionConvertFilterValue Method (FixedField, 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
Syntaxpublic static Object ConvertFilterValue(
FixedField property,
string filterValue,
string description
)
Parameters
- property
- Type: Omada.OE.ModelFixedField
- 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