Name | Description | |
---|---|---|
NumberFormatConverter Constructor | Initialize a new instance of NumberFormatConverter. |
The following tables list the members exposed by NumberFormatConverter.
Name | Description | |
---|---|---|
NumberFormatConverter Constructor | Initialize a new instance of NumberFormatConverter. |
Name | Description | |
---|---|---|
Digit | Gets or sets the format for NumberFormatConverter. | |
ErrorString | Gets or sets the string to return when converted object is not suited to format. | |
NegativePrefix | Gets or sets the negative prefix for NumberFormatConverter. | |
NegativeSuffix | Gets or sets the negative suffix for GrapeCity.Windows.InputMan.NumberFormatConverter. | |
NullString | Gets or sets the string to return when converted object is String.Empty or a null reference (Nothing in Visual Basic). | |
PositivePrefix | Gets or sets the positive prefix for NumberFormatConverter. | |
PositiveSuffix | Gets or sets the positive suffix for NumberFormatConverter. | |
ZeroString | Gets or sets the string to return when converted object is zero. |
Name | Description | |
---|---|---|
Convert | Converts a value to a special string based on digit. | |
ConvertBack | Modifies the target data before passing it to the source object. This method is called only in System.Windows.Data.BindingMode.TwoWay bindings. |