SearchForTextOfTag()
SecurityElement::SearchForTextOfTag(const String&) method
Gets child tag inner text by tag name.
String System::Security::SecurityElement::SearchForTextOfTag(const String &tag)
Arguments
Parameter | Type | Description |
---|---|---|
tag | const String& | Tag name to look for. |
Return Value
Text of the first tag with specified name or null if not found.
See Also
- Class String
- Class SecurityElement
- Namespace System::Security
- Library Aspose.Slides