API Reference > ui-components > TypeConverters > TypeConverter TypeConverter Class Type Converter base class. Extended by BooleanTypeConverter DateTimeTypeConverterBase EnumTypeConverter HexadecimalTypeConverter NavigationPropertyTypeConverter NumericTypeConverterBase BasePointTypeConverter StringTypeConverter CompositeTypeConverter Implements SortComparer OperatorProcessor Methods Name Description convertFromString(_value: string): ConvertedPrimitives.Value | undefined | Promise<ConvertedPrimitives.Value | undefined> convertFromStringToPropertyValue(value: string, _propertyRecord?: PropertyRecord): Promise<PropertyValue> convertPropertyToString(_propertyDescription: PropertyDescription, value?: Primitives.Value): string | Promise<string> convertToString(value?: Primitives.Value): string | Promise<string> isEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean isNotEqualTo(valueA: Primitives.Value, valueB: Primitives.Value): boolean isNotNull(value: Primitives.Value): boolean isNull(value: Primitives.Value): boolean sortCompare(valueA: Primitives.Value, valueB: Primitives.Value, _ignoreCase?: false | true): number Abstract Properties Name Type Description isBooleanType Accessor ReadOnly boolean isLessGreaterType Accessor ReadOnly boolean isNullableType Accessor ReadOnly boolean isStringType Accessor ReadOnly boolean Defined in ui/components/src/ui-components/converters/TypeConverter.ts Line 108 Last Updated: 13 June, 2024