Click or drag to resize

OpsExtensibilityApplicationObjectToXml Method

Converts object to xml

Namespace:  Micros.Ops.Extensibility
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public string ObjectToXml(
	Object obj
)

Parameters

obj
Type: SystemObject
object to convert

Return Value

Type: String
serialize version of object
See Also