Click or drag to resize
AbstractSearchValueConverter Methods

The AbstractSearchValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertToString
Converts the value to a search string representation.
Public methodDateToString
Converts the date time from to its string representation
Public methodDecimalToString
Returns string representation of the decimal value.
Public methodDoubleToString
Returns string representation of the double value. Returned value has always uniform format.
Public methodIntToString
Returns string representation of the integer value. Returned value has always uniform format.
Public methodReplaceNumbers
Replaces the number expressions within the given condition
Public methodStringToDate
Converts the string representation of the date time from searched document to a date time
Public methodStringToDecimal
Converts search string to the decimal value.
Public methodStringToDouble
Converts search string to the integer value.
Public methodStringToInt
Converts search string to the integer value.
Top
See Also