Click or drag to resize

XmlUtilsGetOptionalAttributeT Method (XmlElement, String, XmlUtilsParseT, T)

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static T GetOptionalAttribute<T>(
	XmlElement xeElement,
	string name,
	XmlUtilsParse<T> dParse,
	T defaultValue
)

Parameters

xeElement
Type: System.XmlXmlElement
name
Type: SystemString
dParse
Type: PDTec.IceNet.Sdk.UtilsXmlUtilsParseT
defaultValue
Type: T

Type Parameters

T

Return Value

Type: T
See Also