ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / DataParser Property

In This Topic
    DataParser Property
    In This Topic
    Data converter that is able to translate values from a string representation to column data type and back.
    Syntax
    'Declaration
     
    Public Property DataParser As System.String
    public System.string DataParser {get; set;}
    Remarks
    The dataParser is an object which must contains the following methods: parseDOM(value, culture, format): converts given DOM element into the typed value. parse(value, culture, format): converts the value into typed value. toStr(value, culture, format): converts the value into its string representation.
    See Also