# GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper" class="text-break">BiDiHelper Class
</h1>
  <div class="markdown level0 summary"><p>Utility class to help with implementation of the Bi-Directional algorithm.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BiDiHelper</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.html">GrapeCity.ActiveReports.Rendering.Bidi</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Rendering.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class BiDiHelper</code></pre>
  </div>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ContainsRtlCharacters_System_String_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ContainsRtlCharacters(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ContainsRtlCharacters.html#GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ContainsRtlCharacters_System_String_">ContainsRtlCharacters(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Searches text for RightToLeft characters.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ProcessString_System_String_System_Boolean_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ProcessString(System.String,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ProcessString.html#GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ProcessString_System_String_System_Boolean_">ProcessString(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Deals with the bidirectional algorithm.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_CharType__GrapeCity_ActiveReports_Rendering_Bidi_LevelOverride_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_MapEntry__" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels(System.Collections.Generic.List{GrapeCity.ActiveReports.Rendering.Bidi.CharType},GrapeCity.ActiveReports.Rendering.Bidi.LevelOverride,System.Collections.Generic.List{GrapeCity.ActiveReports.Rendering.Bidi.MapEntry})">
          <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.BiDiHelper.ResolveEmbeddingLevels.html#GrapeCity_ActiveReports_Rendering_Bidi_BiDiHelper_ResolveEmbeddingLevels_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_CharType__GrapeCity_ActiveReports_Rendering_Bidi_LevelOverride_System_Collections_Generic_List_GrapeCity_ActiveReports_Rendering_Bidi_MapEntry__">ResolveEmbeddingLevels(List&lt;CharType&gt;, LevelOverride, List&lt;MapEntry&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes a collection of <a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.CharType.html">CharType</a> and determines the final embedding
direction and level.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
