Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DateFormatConverter Class
Members


In This Topic
    DateFormatConverter Class
    In This Topic
    Represents a converter that converts a date time convertible value to a string based on the pattern.
    Object Model
    DateFormatConverter Class
    Syntax
    'Declaration
     
    <LicenseProviderAttribute(GrapeCity.Common.SpreadLicenseProvider)>
    <LocalizabilityAttribute(LocalizationCategory.NeverLocalize)>
    Public Class DateFormatConverter 
    'Usage
     
    Dim instance As DateFormatConverter
    [LicenseProvider(GrapeCity.Common.SpreadLicenseProvider)]
    [Localizability(LocalizationCategory.NeverLocalize)]
    public class DateFormatConverter 
    Remarks
    DateFormatConverter is used to convert a given text to another string in a binding process based on the specified format. If the text is valid to the GrapeCity.Windows.InputMan.DateFormatConverter.Pattern property, it returns a translated string back; otherwise, it returns error string.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Wpf.SpreadSheet.CellType.Editors.DateFormatConverter

    See Also