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

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

    Parameters

    text
    index
    See Also