Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / Utils Class / TryObjectAsDouble Method

In This Topic
    TryObjectAsDouble Method
    In This Topic
    Tries convert object to double.
    Syntax
    'Declaration
     
    Public Shared Function TryObjectAsDouble( _
       ByVal obj As Object, _
       ByVal cultureInfo As CultureInfo, _
       ByRef value As Double _
    ) As Boolean
    public static bool TryObjectAsDouble( 
       object obj,
       CultureInfo cultureInfo,
       out double value
    )

    Parameters

    obj
    cultureInfo
    value
    See Also