Okapi .NET Library

IUtilitySet.NeedOutputEncoding Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the current utility needs a default output encoding.

[Visual Basic]
Function NeedOutputEncoding() As Boolean
[C#]
bool NeedOutputEncoding();
[C++]
bool NeedOutputEncoding();
[JScript]
function NeedOutputEncoding(): bool;

Return Value

True if the utility needs output encoding information, false otherwise.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace