Click or drag to resize

XmlAttrValueConvertToXmlAttrValue Method

Converts the attrValue into a string that can be used in an XML or Web Service context.

Namespace:  PDTec.IceNet.Sdk.Xml
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static string ToXmlAttrValue(
	AttrValueType attrValueType,
	Object attrValue
)

Parameters

attrValueType
Type: PDTec.IceNet.Core.ModelAttrValueType
The attribute value type.
attrValue
Type: SystemObject
The attribute value.

Return Value

Type: String
A string that represents the attrValue.
See Also