Click or drag to resize
IEmberConverter Interface
Provides a method to convert EmBER-encoded data to XML.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IEmberConverter

The IEmberConverter type exposes the following members.

Methods
  NameDescription
Public methodToXml
Reads the EmBER-encoded data in buffer and writes an equivalent XML representation with writer.
Top
See Also