# GrapeCity.Spreadsheet.Data.IValueConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Data_IValueConverter" data-uid="GrapeCity.Spreadsheet.Data.IValueConverter" class="text-break">IValueConverter Interface
</h1>
  <div class="markdown level0 summary"><p>Provides a way to apply custom logic to a binding.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Data.html">GrapeCity.Spreadsheet.Data</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Data_IValueConverter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IValueConverter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IValueConverter</code></pre>
  </div>
  <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="GrapeCity_Spreadsheet_Data_IValueConverter_Convert_System_Object_System_Type_System_Object_" data-uid="GrapeCity.Spreadsheet.Data.IValueConverter.Convert(System.Object,System.Type,System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.IValueConverter.Convert.html#GrapeCity_Spreadsheet_Data_IValueConverter_Convert_System_Object_System_Type_System_Object_">Convert(object, Type, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Data_IValueConverter_ConvertBack_System_Object_System_Type_System_Object_" data-uid="GrapeCity.Spreadsheet.Data.IValueConverter.ConvertBack(System.Object,System.Type,System.Object)">
          <a class="xref" href="GrapeCity.Spreadsheet.Data.IValueConverter.ConvertBack.html#GrapeCity_Spreadsheet_Data_IValueConverter_ConvertBack_System_Object_System_Type_System_Object_">ConvertBack(object, Type, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
