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 );
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.
IFilterItem Interface | Okapi.Library.Filter Namespace