ComponentOne FlexReport for UWP
TryObjectAsDouble Method

C1.UWP.Document Assembly > C1.Xaml.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