menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCellValueConvert - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCellValueConvert

    GridCellValueConvert provides conversion routines for cell values to convert them to another type and routines for formatting cell values.

    Inheritance
    System.Object
    ValueConvert
    GridCellValueConvert
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    ValueConvert.AllowFormatValueTrimEnd
    ValueConvert.ChangeType(Object, Type, IFormatProvider)
    ValueConvert.ChangeType(Object, Type, IFormatProvider, Boolean)
    ValueConvert.ChangeType(Object, Type, IFormatProvider, String, Boolean)
    ValueConvert.FormatValue(Object, Type, String, CultureInfo, NumberFormatInfo)
    ValueConvert.FormatValueWithTypeInformation(Object, Boolean)
    ValueConvert.GetDefaultValue(Type)
    ValueConvert.GetType(String)
    ValueConvert.GetTypeName(Type)
    ValueConvert.IsEmpty(String)
    ValueConvert.Parse(String, Type, IFormatProvider, String)
    ValueConvert.Parse(String, Type, IFormatProvider, String, Boolean)
    ValueConvert.Parse(String, Type, IFormatProvider, String[], Boolean)
    ValueConvert.ParseValueWithTypeInformation(String, Object, Boolean)
    ValueConvert.TryConvertFromBase64String(Type, String, Object)
    ValueConvert.TryConvertToBase64String(Object)
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    public sealed class GridCellValueConvert : ValueConvert

    Constructors

    GridCellValueConvert()

    Initializes the new instances of the GridCellValueConvert class.

    Declaration
    public GridCellValueConvert()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved