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