Click or drag to resize

CommonHelperXmlAttributeToText(XmlReader, String, String) Method

Read the named attribute value but if no attribute is found then return the provided default.

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,
	string def
)

Parameters

xmlReader  XmlReader
Xml reader to load information from.
name  String
Attribute name.
def  String
Default value.

Return Value

String
See Also