Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsDouble Method

Read the value as a double.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public double ReadValueAsDouble()

Return Value

Double
The value as a double.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a double.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads any numeric attribute or property value as a double.
See Also