Okapi .NET Library

FilterItemType.ENDINPUT Field

 [This is preliminary documentation and subject to change.]

Constant value = 2. End of the input.

[Visual Basic]
Public const ENDINPUT As Integer = 2
[C#]
public const int ENDINPUT = 2;
[C++]
public: const int ENDINPUT = 2;
[JScript]
public const var ENDINPUT: int = 2;

Remarks

An item of this type indicates that the end of the input file or of the input string has been reach. The processing of the input should be stopped.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace