Click or drag to resize
EmberConverterFromXml Method (XmlReader)
Reads XML with reader and returns the equivalent EmBER representation.

Namespace: Lawo.EmberPlusSharp.Ember
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public byte[] FromXml(
	XmlReader reader
)

Parameters

reader
Type: System.XmlXmlReader

Return Value

Type: Byte
Exceptions
ExceptionCondition
ArgumentNullExceptionreader equals null.
XmlExceptionThe XML is invalid, see Message for details.
See Also