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