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


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

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

    See Also