# GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs

## Content

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



<h1 id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_DetermineUnicodeClassIs_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs*">DetermineUnicodeClassIs Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_DetermineUnicodeClassIs_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_DetermineUnicodeClassIs_System_String_GrapeCity_ActiveReports_Rendering_Bidi_UnicodeClass_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs(System.String,GrapeCity.ActiveReports.Rendering.Bidi.UnicodeClass)">DetermineUnicodeClassIs(string, UnicodeClass)</h4>
<div class="markdown level1 summary"><p>Determines if a Unicode character belongs to a specified bidirectional class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool DetermineUnicodeClassIs(string unicodeCharacter, UnicodeClass unicodeClass)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">unicodeCharacter</span></td>
      <td><p>The Unicode character as a string.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.UnicodeClass.html">UnicodeClass</a></td>
      <td><span class="parametername">unicodeClass</span></td>
      <td><p>The bidirectional class to check.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the character belongs to the specified class; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_DetermineUnicodeClassIs_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs*"></a>
<h4 id="GrapeCity_ActiveReports_Rendering_Bidi_Helper_DetermineUnicodeClassIs_System_Int32_GrapeCity_ActiveReports_Rendering_Bidi_UnicodeClass_" data-uid="GrapeCity.ActiveReports.Rendering.Bidi.Helper.DetermineUnicodeClassIs(System.Int32,GrapeCity.ActiveReports.Rendering.Bidi.UnicodeClass)">DetermineUnicodeClassIs(int, UnicodeClass)</h4>
<div class="markdown level1 summary"><p>Determines if a Unicode character belongs to a specified bidirectional class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static bool DetermineUnicodeClassIs(int unicodeValue, UnicodeClass unicodeClass)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">unicodeValue</span></td>
      <td><p>The Unicode character as an integer.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Rendering.Bidi.UnicodeClass.html">UnicodeClass</a></td>
      <td><span class="parametername">unicodeClass</span></td>
      <td><p>The bidirectional class to check.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the character belongs to the specified class; otherwise, <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
