Class NumericColumnFormatConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Inherited Members
Namespace: Syncfusion.UI.Xaml.Grid.Converters
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class NumericColumnFormatConverter : CultureFormatConverter, IValueConverter
Constructors
NumericColumnFormatConverter(GridNumericColumn)
Declaration
public NumericColumnFormatConverter(GridNumericColumn column)
Parameters
Type | Name | Description |
---|---|---|
GridNumericColumn | column |
Methods
Convert(Object, Type, Object, String)
Invokes to convert actual value into formatted value
Declaration
public override object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | value |
System.Type | targetType | target type |
System.Object | parameter | convert parameter |
System.String | language | language |
Returns
Type | Description |
---|---|
System.Object | object |
Overrides
Implements
Windows.UI.Xaml.Data.IValueConverter