Click or drag to resize

AppSearchNormalizeForSearch Method

Normalizes a string in a way it can be compared easily during a search.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static string NormalizeForSearch(
	string value
)

Parameters

value
Type: SystemString
The string to normlize.

Return Value

Type: String
A normalized version of the string.
See Also