# C1.iOS.Core.IValueConverter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_iOS_Core_IValueConverter" data-uid="C1.iOS.Core.IValueConverter" class="text-break">IValueConverter Interface
</h1>
  <div class="markdown level0 summary"><p>Converts a value into a specified type.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.iOS.Core.html">C1.iOS.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.iOS.Core.dll</h6>
  <h5 id="C1_iOS_Core_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="C1_iOS_Core_IValueConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_" data-uid="C1.iOS.Core.IValueConverter.Convert(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.iOS.Core.IValueConverter.Convert.html#C1_iOS_Core_IValueConverter_Convert_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_">Convert(object, Type, object, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_iOS_Core_IValueConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_" data-uid="C1.iOS.Core.IValueConverter.ConvertBack(System.Object,System.Type,System.Object,System.Globalization.CultureInfo)">
          <a class="xref" href="C1.iOS.Core.IValueConverter.ConvertBack.html#C1_iOS_Core_IValueConverter_ConvertBack_System_Object_System_Type_System_Object_System_Globalization_CultureInfo_">ConvertBack(object, Type, object, CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts back to the source type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
