ComponentOne Document Library for WPF
TryObjectAsDouble Method

C1.WPF.Document.4 Assembly > C1.WPF.Document Namespace > Utils Class : TryObjectAsDouble Method
Tries convert object to double.
Syntax
'Declaration
 
Public Shared Function TryObjectAsDouble( _
   ByVal obj As System.Object, _
   ByVal cultureInfo As System.Globalization.CultureInfo, _
   ByRef value As System.Double _
) As System.Boolean
public static System.bool TryObjectAsDouble( 
   System.object obj,
   System.Globalization.CultureInfo cultureInfo,
   out System.double value
)

Parameters

obj
cultureInfo
value
See Also

Reference

Utils Class
Utils Members