AbstractSearchValueConverter Class |
Namespace: CMS.Search
public abstract class AbstractSearchValueConverter : ISearchValueConverter
The AbstractSearchValueConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbstractSearchValueConverter |
Name | Description | |
---|---|---|
![]() | Culture |
Culture used to convert numbers to string and vice versa.
|
![]() | DecimalReplacerRegex |
Gets the decimal replacer regular expression.
|
![]() | DoubleReplacerRegex |
Gets the double replacer regular expression.
|
![]() | IntReplacerRegex |
Gets the integer replacer regular expression.
|
Name | Description | |
---|---|---|
![]() | ConvertToString |
Converts the value to a search string representation.
|
![]() | DateToString |
Converts the date time from to its string representation
|
![]() | DecimalToString |
Returns string representation of the decimal value.
|
![]() | 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
|
![]() | StringToDecimal |
Converts search string to the decimal value.
|
![]() | StringToDouble |
Converts search string to the integer value.
|
![]() | StringToInt |
Converts search string to the integer value.
|