Click or drag to resize
EmberConverterToXml Method (Byte, XmlWriter)
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
Exceptions
ExceptionCondition
ArgumentNullExceptionbuffer and/or writer equal null.
EmberExceptionThe EmBER-encoded data is invalid, see Message for details.
See Also