Okapi .NET Library

IFilterItem.GetEncoding Method 

 [This is preliminary documentation and subject to change.]

Gets the name of the encoding used for the item.

[Visual Basic]
Function GetEncoding() As String
[C#]
string GetEncoding();
[C++]
String* GetEncoding();
[JScript]
function GetEncoding(): String;

Return Value

The encoding name. The value is one of the IANA charset names.

Remarks

Some output (like RTF) require to know in which encoding the text is output. The default value is the name of the default encoding for the current user.

CAUTION   The encoding value is not reset when you call the Reset method.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetEncoding