Click or drag to resize
SearchValueConverter Methods

The SearchValueConverter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertToString
Converts the
Public methodStatic memberDateToString
Converts the date time from to its string representation
Public methodStatic memberDecimalToString
Returns string representation of the decimal value.
Public methodStatic memberDoubleToString
Returns string representation of the double value. Returned value has always uniform format.
Public methodStatic memberIntToString
Returns string representation of the integer value. Returned value has always uniform format.
Public methodStatic memberReplaceNumbers
Replaces the number expressions within the given condition
Public methodStatic memberStringToDate
Converts the string representation of the date time from searched document to a date time
Public methodStatic memberStringToDecimal
Converts search string to the decimal value.
Public methodStatic memberStringToDouble
Converts search string to the integer value.
Public methodStatic memberStringToInt
Converts search string to the integer value.
Top
See Also