Click or drag to resize

CommonHelperXmlAttributeToText(XmlReader, String) Method

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public 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