Searches a String for first opening/ closing tags and returns the text value in-between the tags.
Syntax
ISTextUtilities.GetTaggedValue(sourceString, openingTag, closingTag, taggedValue)
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceString |
String |
|
|
The source string to search for the tagged value. |
| openingTag |
String |
|
|
The opening tag. |
| closingTag |
String |
|
|
The closing tag. |
| taggedValue |
String |
|
ByRef |
The tagged value, ie the text between the opening and closing tags. |
Return Value
Boolean
Returns True if opening/ closing tags found, False if tags are not found.
- Member of:
- ISTextUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0