# FarPoint.Web.Spread.BaseCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_BaseCellType" data-uid="FarPoint.Web.Spread.BaseCellType" class="text-break">BaseCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents the cell type class that serves as a basis for other cell type classes.</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">BaseCellType</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ButtonCellType.html">ButtonCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.CheckBoxCellType.html">CheckBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ColumnHeaderFilterCellType.html">ColumnHeaderFilterCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ComboBoxCellType.html">ComboBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.FilterBarCellType.html">FilterBarCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.GeneralCellType.html">GeneralCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.HyperLinkCellType.html">HyperLinkCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ImageCellType.html">ImageCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.LabelCellType.html">LabelCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.ListBoxCellType.html">ListBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.MultiColumnComboBoxCellType.html">MultiColumnComboBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.RadioButtonListCellType.html">RadioButtonListCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.TagCloudCellType.html">TagCloudCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.TextCellType.html">TextCellType</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Web.Spread.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Renderer.IFormatter.html">IFormatter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IEnhancedRenderer.html">IEnhancedRenderer</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Renderer.IRenderer.html">IRenderer</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IEnhancedPdfRenderer.html">IEnhancedPdfRenderer</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.IPdfSupport.html">IPdfSupport</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor3.html">IEditor3</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Editor.IEditor.html">IEditor</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_BaseCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseCellType : ICellType, IFormatter, ICloneable, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseCellType
    Implements ICellType, IFormatter, ICloneable, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IEditor3, IEditor</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="FarPoint_Web_Spread_BaseCellType__ctor" data-uid="FarPoint.Web.Spread.BaseCellType.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.-ctor.html#FarPoint_Web_Spread_BaseCellType__ctor">BaseCellType()</a>
        </td>
        <td class="markdown level1 summary"></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="FarPoint_Web_Spread_BaseCellType_EditorClientScriptUrl" data-uid="FarPoint.Web.Spread.BaseCellType.EditorClientScriptUrl">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.EditorClientScriptUrl.html#FarPoint_Web_Spread_BaseCellType_EditorClientScriptUrl">EditorClientScriptUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the client script file for the editor,
if the editor supports client-side scripting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ExtraRendererSettings" data-uid="FarPoint.Web.Spread.BaseCellType.ExtraRendererSettings">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ExtraRendererSettings.html#FarPoint_Web_Spread_BaseCellType_ExtraRendererSettings">ExtraRendererSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the conditional formatting settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_RendererClientScriptUrl" data-uid="FarPoint.Web.Spread.BaseCellType.RendererClientScriptUrl">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.RendererClientScriptUrl.html#FarPoint_Web_Spread_BaseCellType_RendererClientScriptUrl">RendererClientScriptUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the client script file for the renderer,
if the renderer supports client-side scripting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_Validators" data-uid="FarPoint.Web.Spread.BaseCellType.Validators">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.Validators.html#FarPoint_Web_Spread_BaseCellType_Validators">Validators</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator collection.</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="FarPoint_Web_Spread_BaseCellType_AppendEllipsis_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_String_System_Single_" data-uid="FarPoint.Web.Spread.BaseCellType.AppendEllipsis(System.Drawing.RectangleF,FarPoint.Web.Spread.Appearance,System.String,System.Single)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.AppendEllipsis.html#FarPoint_Web_Spread_BaseCellType_AppendEllipsis_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_String_System_Single_">AppendEllipsis(RectangleF, Appearance, string, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Appends the ellipsis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ApplyStyleTo_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Boolean_" data-uid="FarPoint.Web.Spread.BaseCellType.ApplyStyleTo(System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ApplyStyleTo.html#FarPoint_Web_Spread_BaseCellType_ApplyStyleTo_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Boolean_">ApplyStyleTo(TableCell, Appearance, Inset, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the appearance and the margin to the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_Clone" data-uid="FarPoint.Web.Spread.BaseCellType.Clone">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.Clone.html#FarPoint_Web_Spread_BaseCellType_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new copy of the object using the MemberwiseClone method.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_DrawBackgroundImage_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_Boolean_" data-uid="FarPoint.Web.Spread.BaseCellType.DrawBackgroundImage(FarPoint.PDF.PdfGraphics,System.Drawing.RectangleF,FarPoint.Web.Spread.Appearance,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.DrawBackgroundImage.html#FarPoint_Web_Spread_BaseCellType_DrawBackgroundImage_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_Boolean_">DrawBackgroundImage(PdfGraphics, RectangleF, Appearance, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the background image to PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_Format_System_Object_" data-uid="FarPoint.Web.Spread.BaseCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.Format.html#FarPoint_Web_Spread_BaseCellType_Format_System_Object_">Format(object)</a>
        </td>
        <td class="markdown level1 summary"><p>When deriving a cell type based on this type, override this<br>
to change what gets passed back and formatted as a string
into the cell on the sheet from the object in the data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_FormatForPdf_System_Object_" data-uid="FarPoint.Web.Spread.BaseCellType.FormatForPdf(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.FormatForPdf.html#FarPoint_Web_Spread_BaseCellType_FormatForPdf_System_Object_">FormatForPdf(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the format of a value for PDF.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.BaseCellType.GetEditorControl(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetEditorControl.html#FarPoint_Web_Spread_BaseCellType_GetEditorControl_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">GetEditorControl(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the control used to edit the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetEditorValue_System_Web_UI_Control_System_String_" data-uid="FarPoint.Web.Spread.BaseCellType.GetEditorValue(System.Web.UI.Control,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetEditorValue.html#FarPoint_Web_Spread_BaseCellType_GetEditorValue_System_Web_UI_Control_System_String_">GetEditorValue(Control, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value from the editing control used for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetImage_System_String_FarPoint_Web_Spread_FpSpread_" data-uid="FarPoint.Web.Spread.BaseCellType.GetImage(System.String,FarPoint.Web.Spread.FpSpread)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetImage.html#FarPoint_Web_Spread_BaseCellType_GetImage_System_String_FarPoint_Web_Spread_FpSpread_">GetImage(string, FpSpread)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an Image object using an image path.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Web_Spread_Appearance_System_Object_System_Single_System_Boolean_System_Boolean_" data-uid="FarPoint.Web.Spread.BaseCellType.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,FarPoint.Web.Spread.Appearance,System.Object,System.Single,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetPreferredSize.html#FarPoint_Web_Spread_BaseCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Web_Spread_Appearance_System_Object_System_Single_System_Boolean_System_Boolean_">GetPreferredSize(Graphics, Size, Appearance, object, float, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum needed) size of the cell for the renderer control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetStringSize_System_String_System_Drawing_Size_System_Single_FarPoint_Web_Spread_Appearance_" data-uid="FarPoint.Web.Spread.BaseCellType.GetStringSize(System.String,System.Drawing.Size,System.Single,FarPoint.Web.Spread.Appearance)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetStringSize.html#FarPoint_Web_Spread_BaseCellType_GetStringSize_System_String_System_Drawing_Size_System_Single_FarPoint_Web_Spread_Appearance_">GetStringSize(string, Size, float, Appearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the text string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetSymbolSize_System_Single_" data-uid="FarPoint.Web.Spread.BaseCellType.GetSymbolSize(System.Single)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetSymbolSize.html#FarPoint_Web_Spread_BaseCellType_GetSymbolSize_System_Single_">GetSymbolSize(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of the symbol.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_GetValidators" data-uid="FarPoint.Web.Spread.BaseCellType.GetValidators">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.GetValidators.html#FarPoint_Web_Spread_BaseCellType_GetValidators">GetValidators()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the validator collection, overwrites this method to allow customizing the returned result from the <a class="xref" href="FarPoint.Web.Spread.BaseCellType.Validators.html#FarPoint_Web_Spread_BaseCellType_Validators">Validators</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_PDFHtmlDecode_System_String_" data-uid="FarPoint.Web.Spread.BaseCellType.PDFHtmlDecode(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.PDFHtmlDecode.html#FarPoint_Web_Spread_BaseCellType_PDFHtmlDecode_System_String_">PDFHtmlDecode(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Return HTML Decode result text that also take care some invalid character that has code out of support range</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Web.Spread.BaseCellType.PaintCell(FarPoint.PDF.PdfGraphics,System.Drawing.RectangleF,FarPoint.Web.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.PaintCell.html#FarPoint_Web_Spread_BaseCellType_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Web_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a control and prints the cell to PDF based on the specified appearance and selection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_" data-uid="FarPoint.Web.Spread.BaseCellType.PaintCell(System.String,System.Web.UI.WebControls.TableCell,FarPoint.Web.Spread.Appearance,FarPoint.Web.Spread.Inset,System.Object,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.PaintCell.html#FarPoint_Web_Spread_BaseCellType_PaintCell_System_String_System_Web_UI_WebControls_TableCell_FarPoint_Web_Spread_Appearance_FarPoint_Web_Spread_Inset_System_Object_System_Boolean_">PaintCell(string, TableCell, Appearance, Inset, object, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a control and renders it in the cell based on the specified appearance, margin, and value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_Parse_System_String_" data-uid="FarPoint.Web.Spread.BaseCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.Parse.html#FarPoint_Web_Spread_BaseCellType_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>When deriving a cell type based on this type, override this<br>
to change what gets parsed from the cell on the sheet and put in the data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ProcessMargin_System_Drawing_RectangleF_FarPoint_Web_Spread_Inset_" data-uid="FarPoint.Web.Spread.BaseCellType.ProcessMargin(System.Drawing.RectangleF,FarPoint.Web.Spread.Inset)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ProcessMargin.html#FarPoint_Web_Spread_BaseCellType_ProcessMargin_System_Drawing_RectangleF_FarPoint_Web_Spread_Inset_">ProcessMargin(RectangleF, Inset)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the margin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ProcessMargin_System_Drawing_RectangleF_FarPoint_Web_Spread_Inset_System_Single_" data-uid="FarPoint.Web.Spread.BaseCellType.ProcessMargin(System.Drawing.RectangleF,FarPoint.Web.Spread.Inset,System.Single)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ProcessMargin.html#FarPoint_Web_Spread_BaseCellType_ProcessMargin_System_Drawing_RectangleF_FarPoint_Web_Spread_Inset_System_Single_">ProcessMargin(RectangleF, Inset, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the margin.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_RendererClientScriptUrl2_FarPoint_Web_Spread_FpSpread_" data-uid="FarPoint.Web.Spread.BaseCellType.RendererClientScriptUrl2(FarPoint.Web.Spread.FpSpread)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.RendererClientScriptUrl2.html#FarPoint_Web_Spread_BaseCellType_RendererClientScriptUrl2_FarPoint_Web_Spread_FpSpread_">RendererClientScriptUrl2(FpSpread)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the URL of the client script file for the renderer for the specified Spread component,
if the renderer supports client-side scripting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_SetTabIndex_System_Web_UI_WebControls_WebControl_System_String_" data-uid="FarPoint.Web.Spread.BaseCellType.SetTabIndex(System.Web.UI.WebControls.WebControl,System.String)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.SetTabIndex.html#FarPoint_Web_Spread_BaseCellType_SetTabIndex_System_Web_UI_WebControls_WebControl_System_String_">SetTabIndex(WebControl, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the tab index for the editor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ToString" data-uid="FarPoint.Web.Spread.BaseCellType.ToString">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ToString.html#FarPoint_Web_Spread_BaseCellType_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the cell type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_BaseCellType_ValidateEditorValue_System_Object_" data-uid="FarPoint.Web.Spread.BaseCellType.ValidateEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.BaseCellType.ValidateEditorValue.html#FarPoint_Web_Spread_BaseCellType_ValidateEditorValue_System_Object_">ValidateEditorValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Validates the given value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
