Click or drag to resize
EmberReaderReadContentsAsString Method
Reads the contents of the current data value as a String.

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

Return Value

Type: String
Exceptions
ExceptionCondition
EmberExceptionAn error occurred while parsing the EmBER-encoded data, see Message for more information.
InvalidOperationException
  • The value of InnerNumber is not equal to Utf8String, or
  • The contents of the current data value has already been read.
ObjectDisposedExceptionDispose has been called.
Bibliography
See Also