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

In This Topic
    _isNull Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _isNull( _
       ByVal json As Nullable(Of JsonElement) _
    ) As Boolean
    public static bool _isNull( 
       Nullable<JsonElement> json
    )

    Parameters

    json
    See Also