ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.TypeScript Namespace / StringExtension Class / concat Method

In This Topic
    concat Method (StringExtension)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function concat( _
       ByVal text As String, _
       ByVal ParamArray strs() As String _
    ) As String
    public static string concat( 
       string text,
       params string[] strs
    )

    Parameters

    text
    strs
    See Also