Click or drag to resize
SearchValueConverter Class
Base class for search value converter
Inheritance Hierarchy
SystemObject
  CMS.CoreStaticWrapperISearchValueConverter
    CMS.SearchSearchValueConverter

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public class SearchValueConverter : StaticWrapper<ISearchValueConverter>

The SearchValueConverter type exposes the following members.

Constructors
  NameDescription
Public methodSearchValueConverter
Top
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