Okapi .NET Library

IFilterItem.NormalizeWhiteSpaces Method 

 [This is preliminary documentation and subject to change.]

Normalizes the whitespaces in the current item.

[Visual Basic]
Sub NormalizeWhiteSpaces()
[C#]
void NormalizeWhiteSpaces();
[C++]
void NormalizeWhiteSpaces();
[JScript]
function NormalizeWhiteSpaces();

Remarks

This method reduces sequencial whitespaces into a single space.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace