Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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