| 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
)
Public Shared Function NormalizeForSearch (
value As String
) As String
Parameters
- value
- Type: SystemString
The string to normlize.
Return Value
Type:
StringA normalized version of the string.
See Also