Click or drag to resize
DVarToXmlElement Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
public static XmlElement ToXmlElement(
	string inName,
	XmlDocument document,
	DVar inValue
)

Parameters

inName
Type: SystemString
document
Type: System.XmlXmlDocument
inValue
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: XmlElement
See Also