ContactPropertyReader.ReadValueAsDouble Method
The ReadValueAsDouble() method returns the property value as a double.
Namespace: Microsoft.Exchange.Data.ContentTypes.vCard
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsDouble As Double
'Usage
Dim instance As ContactPropertyReader
Dim returnValue As Double
returnValue = instance.ReadValueAsDouble()
public double ReadValueAsDouble()
Return Value
Type: System.Double
The ReadValueAsDouble() method returns the property value as a Double instance.