ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / Functions Class / TypeOf Method / TypeOf(Object) Method

In This Topic
    TypeOf(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function TypeOf( _
       ByVal obj As Object _
    ) As String
    public static string TypeOf( 
       object obj
    )

    Parameters

    obj
    See Also