# C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput" class="text-break">ReadingStringOutput Struct
</h1>
  <div class="markdown level0 summary"><p>A class is used to control the output behavior of the reading string.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.html">C1.Win.C1Input.GrapeCity.Editors</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Input.4.8.dll</h6>
  <h5 id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(hv))]
public struct ReadingStringOutput</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(hv))&gt;
Public Structure ReadingStringOutput</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput__ctor_System_Object_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutputMode_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.#ctor(System.Object,C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutputMode)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.-ctor.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput__ctor_System_Object_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutputMode_">ReadingStringOutput(object, ReadingStringOutputMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.html">ReadingStringOutput</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput__ctor_System_Object_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutputMode_System_Boolean_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.#ctor(System.Object,C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutputMode,System.Boolean)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.-ctor.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput__ctor_System_Object_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutputMode_System_Boolean_">ReadingStringOutput(object, ReadingStringOutputMode, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.html">ReadingStringOutput</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_EnableAlphabetReadingMapping" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.EnableAlphabetReadingMapping">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.EnableAlphabetReadingMapping.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_EnableAlphabetReadingMapping">EnableAlphabetReadingMapping</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether or not enable converting alphabets to its reading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_None" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.None">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.None.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_None">None</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a empty output.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_OutputMode" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.OutputMode">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.OutputMode.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_OutputMode">OutputMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the output mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_Target" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.Target">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.Target.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_Target">Target</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an object used to receieve the output string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_TargetControl" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.TargetControl">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.TargetControl.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_TargetControl">TargetControl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a control used to receive the output.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_Equals_System_Object_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.Equals(System.Object)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.Equals.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether this instance and a specified object are equal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_GetHashCode" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.GetHashCode">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.GetHashCode.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of this object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_op_Equality_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.op_Equality(C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput,C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.op_Equality.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_op_Equality_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_">operator ==(ReadingStringOutput, ReadingStringOutput)</a>
        </td>
        <td class="markdown level1 summary"><p>Declares the &quot;==&quot; operator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_op_Inequality_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_" data-uid="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.op_Inequality(C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput,C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput)">
          <a class="xref" href="C1.Win.C1Input.GrapeCity.Editors.ReadingStringOutput.op_Inequality.html#C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_op_Inequality_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_C1_Win_C1Input_GrapeCity_Editors_ReadingStringOutput_">operator !=(ReadingStringOutput, ReadingStringOutput)</a>
        </td>
        <td class="markdown level1 summary"><p>Declares the &quot;!=&quot; operator.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
