ISearchValueConverter MembersKentico 8.0 API Reference
The ISearchValueConverter type exposes the following members.
Methods

  NameDescription
Public methodConvertToString
Converts the
Public methodDateToString
Converts the date time from to its string representation
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 methodStringToDouble
Converts search string to the integer value.
Public methodStringToInt
Converts search string to the integer value.
Back to Top
See Also