SearchExpression.IsTrue

Declaration

public static bool IsTrue(Search.SearchItem item);

Parameters

item SearchItem to test.

Returns

bool Returns true if the value of the SearchItem is truish.

Description

Check if the internal value of a SearchItem is truish. It means the value is not 0, not null, not "" and not false.


Did you find this page useful? Please give it a rating: