# C1.Win.C1Input.CharType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Input_CharType" data-uid="C1.Win.C1Input.CharType" class="text-break">CharType Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the category of a Unicode character.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.html">C1.Win.C1Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_CharType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum CharType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum CharType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Input_CharType_Control">Control</td>
        <td><p>Indicates that the character is a control code.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_FarEastPunctation">FarEastPunctation</td>
        <td><p>Indicates that the character is a CJK punctuation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_FullWidth">FullWidth</td>
        <td><p>Indicates that the character is of full width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Hangul">Hangul</td>
        <td><p>Indicates that the character is a Hangal character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Hiragana">Hiragana</td>
        <td><p>Indicates that the character is a Japanese Hiragana character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Katakana">Katakana</td>
        <td><p>Indicates that the character is a Japanese Katakana character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_LowerCase">LowerCase</td>
        <td><p>Indicates that the character is a lower case letter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_MathSymbol">MathSymbol</td>
        <td><p>Indicates that the character is a mathematical symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Numeric">Numeric</td>
        <td><p>Indicates that the character is a numeric digit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_OtherChar">OtherChar</td>
        <td><p>Indicates that the character is not of a particular category.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Punctuation">Punctuation</td>
        <td><p>Indicates that the character is a punctuation. ( Open &amp; Close )</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Space">Space</td>
        <td><p>Indicates that the character is a space character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_Symbol">Symbol</td>
        <td><p>Indicates that the character is a symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_CharType_UpperCase">UpperCase</td>
        <td><p>Indicates that the character is an upper case letter.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
