CommonHelperXmlAttributeToText(XmlReader, String) Method |
Read the named attribute value but if no attribute is found then an empty string.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static string XmlAttributeToText(
XmlReader xmlReader,
string name
)
Parameters
- xmlReader XmlReader
- Xml reader to load information from.
- name String
- Attribute name.
Return Value
String
See Also