# C1.Win.Input.Validation.ParseInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Input_Validation_ParseInfo" data-uid="C1.Win.Input.Validation.ParseInfo" class="text-break">ParseInfo Class
</h1>
  <div class="markdown level0 summary"><p>Contains settings affecting parsing, that is, converting a string to the required data type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ParseInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Input.Validation.html">C1.Win.Input.Validation</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Input.10.dll</h6>
  <h5 id="C1_Win_Input_Validation_ParseInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericInheritConverter))]
public class ParseInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericInheritConverter))&gt;
Public Class ParseInfo</code></pre>
  </div>
  <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_Input_Validation_ParseInfo_CaseSensitive" data-uid="C1.Win.Input.Validation.ParseInfo.CaseSensitive">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.CaseSensitive.html#C1_Win_Input_Validation_ParseInfo_CaseSensitive">CaseSensitive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether string comparisons are case-sensitive.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_CustomFormat" data-uid="C1.Win.Input.Validation.ParseInfo.CustomFormat">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.CustomFormat.html#C1_Win_Input_Validation_ParseInfo_CustomFormat">CustomFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets  custom format specifies (in parsing used for DateTime and Boolean types only).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_DateTimeStyle" data-uid="C1.Win.Input.Validation.ParseInfo.DateTimeStyle">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.DateTimeStyle.html#C1_Win_Input_Validation_ParseInfo_DateTimeStyle">DateTimeStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an enumerable value indicating the styles (flags) permitted in input strings representing date/time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_EmptyAsNull" data-uid="C1.Win.Input.Validation.ParseInfo.EmptyAsNull">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.EmptyAsNull.html#C1_Win_Input_Validation_ParseInfo_EmptyAsNull">EmptyAsNull</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether empty strings are interpreted as null values (<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.dbnull">DBNull</a>).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ErrorMessage" data-uid="C1.Win.Input.Validation.ParseInfo.ErrorMessage">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ErrorMessage.html#C1_Win_Input_Validation_ParseInfo_ErrorMessage">ErrorMessage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets error message shown in the standard message box and/or in the exception.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_FormatType" data-uid="C1.Win.Input.Validation.ParseInfo.FormatType">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.FormatType.html#C1_Win_Input_Validation_ParseInfo_FormatType">FormatType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format used for parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_Inherit" data-uid="C1.Win.Input.Validation.ParseInfo.Inherit">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Inherit.html#C1_Win_Input_Validation_ParseInfo_Inherit">Inherit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value manages inheritance of the ParseInfo properties from the host control properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_NullText" data-uid="C1.Win.Input.Validation.ParseInfo.NullText">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.NullText.html#C1_Win_Input_Validation_ParseInfo_NullText">NullText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string representing DbNull value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_NumberStyle" data-uid="C1.Win.Input.Validation.ParseInfo.NumberStyle">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.NumberStyle.html#C1_Win_Input_Validation_ParseInfo_NumberStyle">NumberStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an enumerable value indicating the styles (flags) permitted in input strings representing numbers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_TrimEnd" data-uid="C1.Win.Input.Validation.ParseInfo.TrimEnd">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.TrimEnd.html#C1_Win_Input_Validation_ParseInfo_TrimEnd">TrimEnd</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether trailing spaces are removed before parsing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_TrimStart" data-uid="C1.Win.Input.Validation.ParseInfo.TrimStart">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.TrimStart.html#C1_Win_Input_Validation_ParseInfo_TrimStart">TrimStart</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether leading spaces are removed before parsing.</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_Input_Validation_ParseInfo_IsTextDbNull_System_String_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.IsTextDbNull(System.String,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.IsTextDbNull.html#C1_Win_Input_Validation_ParseInfo_IsTextDbNull_System_String_System_Globalization_CultureInfo_">IsTextDbNull(string, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns True if the argument represents a null value (DBNull).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_OnParsed_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Validation.ParseInfo.OnParsed(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.OnParsed.html#C1_Win_Input_Validation_ParseInfo_OnParsed_C1_Win_Input_ParseEventArgs_">OnParsed(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Parsed.html">Parsed</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_OnParsing_C1_Win_Input_ParseEventArgs_" data-uid="C1.Win.Input.Validation.ParseInfo.OnParsing(C1.Win.Input.ParseEventArgs)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.OnParsing.html#C1_Win_Input_Validation_ParseInfo_OnParsing_C1_Win_Input_ParseEventArgs_">OnParsing(ParseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Parsing.html">Parsing</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_Parse_System_String_System_Type_System_Object__C1_Win_Input_Validation_ErrorInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.Parse(System.String,System.Type,System.Object@,C1.Win.Input.Validation.ErrorInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Parse.html#C1_Win_Input_Validation_ParseInfo_Parse_System_String_System_Type_System_Object__C1_Win_Input_Validation_ErrorInfo_">Parse(string, Type, out object, ErrorInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts text to the specified data type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ParseBoolean_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.ParseBoolean(System.String,C1.Win.Input.FormatType,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ParseBoolean.html#C1_Win_Input_Validation_ParseInfo_ParseBoolean_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_">ParseBoolean(string, FormatType, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the text to a Boolean value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ParseDateTime_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.ParseDateTime(System.String,C1.Win.Input.FormatType,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ParseDateTime.html#C1_Win_Input_Validation_ParseInfo_ParseDateTime_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_">ParseDateTime(string, FormatType, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts text to a value using one of DateTime formats.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ParseFixed_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.ParseFixed(System.String,C1.Win.Input.FormatType,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ParseFixed.html#C1_Win_Input_Validation_ParseInfo_ParseFixed_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_">ParseFixed(string, FormatType, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the text to a Decimal value using a fixed numeric format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ParseFloat_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.ParseFloat(System.String,C1.Win.Input.FormatType,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ParseFloat.html#C1_Win_Input_Validation_ParseInfo_ParseFloat_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_">ParseFloat(string, FormatType, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the text to a Double value using a float numeric format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ParseInteger_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_" data-uid="C1.Win.Input.Validation.ParseInfo.ParseInteger(System.String,C1.Win.Input.FormatType,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ParseInteger.html#C1_Win_Input_Validation_ParseInfo_ParseInteger_System_String_C1_Win_Input_FormatType_System_Globalization_CultureInfo_">ParseInteger(string, FormatType, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the text to Int64 value using an integer numeric format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_Reset" data-uid="C1.Win.Input.Validation.ParseInfo.Reset">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Reset.html#C1_Win_Input_Validation_ParseInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets whole ParseInfo property of base control</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetCaseSensitive" data-uid="C1.Win.Input.Validation.ParseInfo.ResetCaseSensitive">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetCaseSensitive.html#C1_Win_Input_Validation_ParseInfo_ResetCaseSensitive">ResetCaseSensitive()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the CaseSensitive property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetCustomFormat" data-uid="C1.Win.Input.Validation.ParseInfo.ResetCustomFormat">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetCustomFormat.html#C1_Win_Input_Validation_ParseInfo_ResetCustomFormat">ResetCustomFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the CustomFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetEmptyAsNull" data-uid="C1.Win.Input.Validation.ParseInfo.ResetEmptyAsNull">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetEmptyAsNull.html#C1_Win_Input_Validation_ParseInfo_ResetEmptyAsNull">ResetEmptyAsNull()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the EmptyAsNull property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetErrorMessage" data-uid="C1.Win.Input.Validation.ParseInfo.ResetErrorMessage">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetErrorMessage.html#C1_Win_Input_Validation_ParseInfo_ResetErrorMessage">ResetErrorMessage()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the ErrorMessage property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetFormatType" data-uid="C1.Win.Input.Validation.ParseInfo.ResetFormatType">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetFormatType.html#C1_Win_Input_Validation_ParseInfo_ResetFormatType">ResetFormatType()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the FormatType property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetNullText" data-uid="C1.Win.Input.Validation.ParseInfo.ResetNullText">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetNullText.html#C1_Win_Input_Validation_ParseInfo_ResetNullText">ResetNullText()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the NullText property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetTrimEnd" data-uid="C1.Win.Input.Validation.ParseInfo.ResetTrimEnd">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetTrimEnd.html#C1_Win_Input_Validation_ParseInfo_ResetTrimEnd">ResetTrimEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the TrimEnd property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ResetTrimStart" data-uid="C1.Win.Input.Validation.ParseInfo.ResetTrimStart">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ResetTrimStart.html#C1_Win_Input_Validation_ParseInfo_ResetTrimStart">ResetTrimStart()</a>
        </td>
        <td class="markdown level1 summary"><p>Restores the default value of the TrimStart property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeCaseSensitive" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeCaseSensitive">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeCaseSensitive.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeCaseSensitive">ShouldSerializeCaseSensitive()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the CaseSensitive property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeCustomFormat" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeCustomFormat">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeCustomFormat.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeCustomFormat">ShouldSerializeCustomFormat()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the CustomFormat property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeEmptyAsNull" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeEmptyAsNull">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeEmptyAsNull.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeEmptyAsNull">ShouldSerializeEmptyAsNull()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the EmptyAsNull property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeErrorMessage" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeErrorMessage">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeErrorMessage.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeErrorMessage">ShouldSerializeErrorMessage()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the ErrorMessage property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeFormatType" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeFormatType">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeFormatType.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeFormatType">ShouldSerializeFormatType()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the FormatType property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeNullText" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeNullText">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeNullText.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeNullText">ShouldSerializeNullText()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the NullText property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeTrimEnd" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeTrimEnd">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeTrimEnd.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeTrimEnd">ShouldSerializeTrimEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the TrimEnd property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_ShouldSerializeTrimStart" data-uid="C1.Win.Input.Validation.ParseInfo.ShouldSerializeTrimStart">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.ShouldSerializeTrimStart.html#C1_Win_Input_Validation_ParseInfo_ShouldSerializeTrimStart">ShouldSerializeTrimStart()</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to save the value of the TrimStart property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_Parsed" data-uid="C1.Win.Input.Validation.ParseInfo.Parsed">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Parsed.html">Parsed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after the input string value has been converted to the DataType.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Input_Validation_ParseInfo_Parsing" data-uid="C1.Win.Input.Validation.ParseInfo.Parsing">
          <a class="xref" href="C1.Win.Input.Validation.ParseInfo.Parsing.html">Parsing</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the input string is parsed programmatically.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
