Click or drag to resize

OpsExtensibilityApplicationObjectToXml Method

Converts object to xml

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

Parameters

obj  Object
object to convert

Return Value

String
serialize version of object
See Also