# C1.Framework.Text.Lexicons.CharacterQuotationPattern.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor*">CharacterQuotationPattern Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor*"></a>
<h4 id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor(System.Char,System.Char,System.Char,System.Boolean)">CharacterQuotationPattern(char, char, char, bool)</h4>
<div class="markdown level1 summary"><p>Constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(escape As Char, leftSymbol As Char, rightSymbol As Char, includeSymbol As Boolean)</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.char">char</a></td>
      <td><span class="parametername">escape</span></td>
      <td><p>The escape.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">leftSymbol</span></td>
      <td><p>The left symbol.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">rightSymbol</span></td>
      <td><p>The right symbol.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeSymbol</span></td>
      <td><p>The text include symbol.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor*"></a>
<h4 id="C1_Framework_Text_Lexicons_CharacterQuotationPattern__ctor_System_Char_System_Char_System_Char_System_Boolean_System_Boolean_" data-uid="C1.Framework.Text.Lexicons.CharacterQuotationPattern.#ctor(System.Char,System.Char,System.Char,System.Boolean,System.Boolean)">CharacterQuotationPattern(char, char, char, bool, bool)</h4>
<div class="markdown level1 summary"><p>Constructor.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CharacterQuotationPattern(char escape, char leftSymbol, char rightSymbol, bool includeSymbol, bool includeEscape)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(escape As Char, leftSymbol As Char, rightSymbol As Char, includeSymbol As Boolean, includeEscape As Boolean)</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.char">char</a></td>
      <td><span class="parametername">escape</span></td>
      <td><p>The escape.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">leftSymbol</span></td>
      <td><p>The left symbol.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.char">char</a></td>
      <td><span class="parametername">rightSymbol</span></td>
      <td><p>The right symbol.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeSymbol</span></td>
      <td><p>The text include symbol.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">includeEscape</span></td>
      <td><p>The text include escape.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
