Okapi .NET Library

IFilterItem.RemoveEnd Method 

 [This is preliminary documentation and subject to change.]

Removes a specified count of characters form the end of the text.

[Visual Basic]
Sub RemoveEnd( _ 
   ByVal p_nCount As Integer _ 
)
[C#]
void RemoveEnd(
   int p_nCount
);
[C++]
void RemoveEnd(
   int p_nCount
);
[JScript]
function RemoveEnd(
   int p_nCount
);

Parameters

p_nCount
Number of characters to remove.

Remarks

This method removed p_nCount characters or less from the end of the text. It stops when the count is reached, or when an inline code is reached, or when the start of the text is reached, whichever comes first.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace