Click or drag to resize
LuceneSearchValueConverterConvertToString Method
Converts the value to the search string representation.

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public override string ConvertToString(
	Object value
)

Parameters

value
Type: SystemObject
Value to convert

Return Value

Type: String

Implements

ISearchValueConverterConvertToString(Object)
See Also