export class NumberFormatValueConverter { fromView(value) { return parseInt(value); } }