Click or drag to resize
SearchValueConverterReplaceNumbers 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 static string ReplaceNumbers(
	string condition
)

Parameters

condition
Type: SystemString
Condition to process

Return Value

Type: String
See Also