Click or drag to resize
IEmberConverterToXml Method
Reads the EmBER-encoded data in buffer and writes an equivalent XML representation with writer.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
void ToXml(
	byte[] buffer,
	XmlWriter writer
)

Parameters

buffer
Type: SystemByte
writer
Type: System.XmlXmlWriter
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer and/or writer equal null.
EmberExceptionThe EmBER-encoded data is invalid, see Message for details.
See Also