Checks to see if a Value exists in the List that begins with the specified string.
Syntax
ISList.ExistsBegins(value, [ignoreCase])
Parameters
| Name | Type | Optional | ByRef | Description |
| value |
String |
|
|
Value to search for. |
| ignoreCase |
Boolean |
Optional |
|
Indicates whether to ignore case when searching list.
If omitted, a value of False is assumed. |
Return Value
Boolean
Returns a Boolean indicating whether or not the value exists in the List.
- Member of:
- ISList
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0