System::Security::SecurityElement::SearchForTextOfTag method

SecurityElement::SearchForTextOfTag method

Gets child tag inner text by tag name.

String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)
ParameterTypeDescription
tagconst String&Tag name to look for.

ReturnValue

Text of the first tag with specified name or null if not found.

See Also