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: 6.0.0.0 (6.0.6225.27214)
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