Click or drag to resize
ISearchValueConverter Interface
Base class for search value converter

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public interface ISearchValueConverter

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 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