Searches a String for first opening/ closing tags and removes them, including all text inbetween.

Syntax

ISTextUtilities.RemoveTaggedValue(sourceString, openingTag, closingTag)

Parameters

NameTypeOptionalByRefDescription
sourceString String ByRef The source string to search for the tagged value.
openingTag String The opening tag.
closingTag String The closing tag.

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