CommonHelperXmlAttributeToText Method (XmlReader, String) |
Read the named attribute value but if no attribute is found then an empty string.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public static string XmlAttributeToText(
XmlReader xmlReader,
string name
)
Parameters
- xmlReader
- Type: System.XmlXmlReader
Xml reader to load information from. - name
- Type: SystemString
Attribute name.
Return Value
Type:
StringSee Also