SearchForTextOfTag()

SecurityElement::SearchForTextOfTag(const String&) method

Gets child tag inner text by tag name.

String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)

Arguments

ParameterTypeDescription
tagconst String&Tag name to look for.

Return Value

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

See Also