Spread Windows Forms 10.0 Product Documentation
TryConvert(Object,Double) Method


The value.
The double value.
Convert a value to double value. The converted value is matched with IsNumber function.
Syntax
'Declaration
 
Public Overloads Shared Function TryConvert( _
   ByVal value As Object, _
   ByRef doubleValue As Double _
) As Boolean
'Usage
 
Dim value As Object
Dim doubleValue As Double
Dim value As Boolean
 
value = CalcConvert.TryConvert(value, doubleValue)
public static bool TryConvert( 
   object value,
   ref double doubleValue
)

Parameters

value
The value.
doubleValue
The double value.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

CalcConvert Class
CalcConvert Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.