Searches a XML string for opening/ closing tags and returns the text value of the Element.

Syntax

ISXmlUtilities.GetTaggedValue(sourceString, tag, value, attributes, [remove])

Parameters

NameTypeOptionalByRefDescription
sourceString String ByRef The source string to search for the tagged value. sourceString may be updated if remove is true.
tag String The Element's tag to search for.
value String ByRef The Element's value, ie the text between the opening and closing tags.
attributes String ByRef The Element's attributes, if any.
remove Boolean Optional If true removes the tags and contents form sourceString. If omitted, a value of False is assumed.

Return Value

Boolean
Member of:
ISXmlUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0