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

In This Topic
    charAt Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function charAt( _
       ByVal text As String, _
       ByVal index As Double _
    ) As String
    public static string charAt( 
       string text,
       double index
    )

    Parameters

    text
    index
    See Also