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

In This Topic
    fromCharCode Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function fromCharCode( _
       ByVal ParamArray charCodes() As Integer _
    ) As String
    public static string fromCharCode( 
       params int[] charCodes
    )

    Parameters

    charCodes
    See Also