| ISearchValueConverter Interface | 
Namespace: CMS.Search
 Syntax
Syntaxpublic interface ISearchValueConverter
The ISearchValueConverter type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | ConvertToString | 
            Converts the 
             | 
|  | DateToString | 
            Converts the date time from to its string representation
             | 
|  | DoubleToString | 
            Returns string representation of the double value. Returned value has always uniform format.
             | 
|  | IntToString | 
            Returns string representation of the integer value. Returned value has always uniform format.
             | 
|  | ReplaceNumbers | 
            Replaces the number expressions within the given condition
             | 
|  | StringToDate | 
            Converts the string representation of the date time from searched document to a date time
             | 
|  | StringToDouble | 
            Converts search string to the integer value.
             | 
|  | StringToInt | 
            Converts search string to the integer value.
             | 
 See Also
See Also