TnefPropertyReader.ReadValueAsDouble method
The ReadValueAsDouble method reads the current property value and returns it as a double-precision floating point number.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsDouble As Double
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Double
returnValue = instance.ReadValueAsDouble()
public double ReadValueAsDouble()
Return value
Type: System.Double