ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Bidi Namespace / BiDiHelper Class / ProcessString Method

In This Topic
    ProcessString Method
    In This Topic
    Deals with the bidirectional algorithm.
    Syntax
    'Declaration
     
    Public Shared Function ProcessString( _
       ByVal source As String, _
       ByVal rightToLeft As Boolean _
    ) As String
    public static string ProcessString( 
       string source,
       bool rightToLeft
    )

    Parameters

    source
    rightToLeft
    See Also