# C1.Win.Input.CharTypes

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_Input_CharTypes" data-uid="C1.Win.Input.CharTypes" class="text-break">CharTypes 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.Input.html">C1.Win.Input</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_CharTypes_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum CharTypes</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum CharTypes</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_Input_CharTypes_Control">Control</td>
        <td><p>Indicates that the character is a control code.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_FarEastPunctation">FarEastPunctation</td>
        <td><p>Indicates that the character is a CJK punctuation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_FullWidth">FullWidth</td>
        <td><p>Indicates that the character is of full width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Hangul">Hangul</td>
        <td><p>Indicates that the character is a Hangal character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Hiragana">Hiragana</td>
        <td><p>Indicates that the character is a Japanese Hiragana character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Katakana">Katakana</td>
        <td><p>Indicates that the character is a Japanese Katakana character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_LowerCase">LowerCase</td>
        <td><p>Indicates that the character is a lower case letter.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_MathSymbol">MathSymbol</td>
        <td><p>Indicates that the character is a mathematical symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Numeric">Numeric</td>
        <td><p>Indicates that the character is a numeric digit.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_OtherChar">OtherChar</td>
        <td><p>Indicates that the character is not of a particular category.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Punctuation">Punctuation</td>
        <td><p>Indicates that the character is a punctuation. ( Open &amp; Close )</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Space">Space</td>
        <td><p>Indicates that the character is a space character.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_Symbol">Symbol</td>
        <td><p>Indicates that the character is a symbol.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_CharTypes_UpperCase">UpperCase</td>
        <td><p>Indicates that the character is an upper case letter.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
