Okapi .NET Library

IFilterItem.NormalizeLineBreaks Method 

 [This is preliminary documentation and subject to change.]

Normalizes the type of line breaks in the current item.

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

Remarks

This method convert Unix, Windows, and Mac linebreaks into a simple LF character.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace