Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsFloat Method

Read the value as a float.

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

Return Value

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