API Reference > ui-components > TypeConverters > IntTypeConverter IntTypeConverter Class Int Type Converter. Extends NumericTypeConverterBase Implements SortComparer OperatorProcessor LessGreaterOperatorProcessor Methods Name Description convertFromString(value: string): number convertToString(value?: Primitives.Int): string Inherited methods Name Inherited from Description convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> TypeConverter convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> TypeConverter isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isGreaterThan(a: Primitives.Numeric, b: Primitives.Numeric): boolean NumericTypeConverterBase isGreaterThanOrEqualTo(a: Primitives.Numeric, b: Primitives.Numeric): boolean NumericTypeConverterBase isLessThan(a: Primitives.Numeric, b: Primitives.Numeric): boolean NumericTypeConverterBase isLessThanOrEqualTo(a: Primitives.Numeric, b: Primitives.Numeric): boolean NumericTypeConverterBase isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean TypeConverter isNotNull(value: Primitives.Value): boolean TypeConverter isNull(value: Primitives.Value): boolean TypeConverter sortCompare(a: Primitives.Numeric, b: Primitives.Numeric, _ignoreCase?: false | true): number NumericTypeConverterBase Inherited properties Name Type Inherited from Description isBooleanType Accessor ReadOnly boolean TypeConverter isLessGreaterType Accessor ReadOnly boolean NumericTypeConverterBase isNullableType Accessor ReadOnly boolean TypeConverter isStringType Accessor ReadOnly boolean TypeConverter Defined in ui/components/src/ui-components/converters/NumericTypeConverter.ts Line 81 Last Updated: 13 June, 2024