ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _NativeExtension Class / _parseDateByPlatform Method

In This Topic
    _parseDateByPlatform Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _parseDateByPlatform( _
       ByVal value As String _
    ) As Nullable(Of Double)
    public static Nullable<double> _parseDateByPlatform( 
       string value
    )

    Parameters

    value
    See Also