Click or drag to resize
AbstractSearchValueConverterReplaceNumbers Method
Replaces the number expressions within the given condition

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public virtual string ReplaceNumbers(
	string condition
)

Parameters

condition
Type: SystemString
Condition to process

Return Value

Type: String

Implements

ISearchValueConverterReplaceNumbers(String)
See Also