XmlHelper.ObjectToXml Method (Type, Object)

DCSoft.DBUtilityGeneric

XmlHelperObjectToXml Method (Type, Object)

[Missing <summary> documentation for "M:DCSoft.Utility.Utils.XmlHelper.ObjectToXml(System.Type,System.Object)"]

Namespace: DCSoft.Utility.Utils
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public static string ObjectToXml(
	Type type,
	Object obj
)

Parameters

type
Type: SystemType

[Missing <param name="type"/> documentation for "M:DCSoft.Utility.Utils.XmlHelper.ObjectToXml(System.Type,System.Object)"]

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:DCSoft.Utility.Utils.XmlHelper.ObjectToXml(System.Type,System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:DCSoft.Utility.Utils.XmlHelper.ObjectToXml(System.Type,System.Object)"]

See Also