StringSearch Methods |
The StringSearch type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddString |
Adds a string to be searched.
|
![]() | Search |
Searches through the added strings.
Performes a case-insensitive comparison on each.
Returns true if searchString is found in just one of the added strings.
|
Name | Description | |
---|---|---|
![]() | ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) |
![]() | ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) |
![]() | ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |