TnefPropertyReader.ReadValueAsFloat method

The ReadValueAsFloat method reads the current property value and returns it as a floating point number.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsFloat As Single
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Single

returnValue = instance.ReadValueAsFloat()
public float ReadValueAsFloat()

Return value

Type: System.Single

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace