Click or drag to resize
EmberReaderReadContentsAsObject Method
Reads the contents of the current data value.

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

Return Value

Type: Object
Exceptions
ExceptionCondition
InvalidOperationException
  • The value of CanReadContents equals false, or
  • One of the ReadContents methods has already been called for the current data value.
ObjectDisposedExceptionDispose has been called.
Bibliography
See Also