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

In This Topic
    NumberFormatConverter Class Members
    In This Topic

    The following tables list the members exposed by NumberFormatConverter.

    Public Constructors
     NameDescription
    Public ConstructorInitialize a new instance of NumberFormatConverter.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the format for NumberFormatConverter.  
    Public PropertyGets or sets the string to return when converted object is not suited to format.  
    Public PropertyGets or sets the negative prefix for NumberFormatConverter.  
    Public PropertyGets or sets the negative suffix for GrapeCity.Windows.InputMan.NumberFormatConverter.  
    Public PropertyGets or sets the string to return when converted object is String.Empty or a null reference (Nothing in Visual Basic).  
    Public PropertyGets or sets the positive prefix for NumberFormatConverter.  
    Public PropertyGets or sets the positive suffix for NumberFormatConverter.  
    Public PropertyGets or sets the string to return when converted object is zero.  
    Top
    Public Methods
     NameDescription
    Public MethodConverts a value to a special string based on digit.  
    Public MethodModifies the target data before passing it to the source object. This method is called only in System.Windows.Data.BindingMode.TwoWay bindings.  
    Top
    See Also