Okapi .NET Library

FilterItem.IToS Method 

 [This is preliminary documentation and subject to change.]

Returns the index string representaion of the psecified zero-based index of the inline code.

[Visual Basic]
Shared Public Function IToS( _ 
   ByVal p_nIndex As Integer _ 
) As Char
[C#]
public static char IToS(
   int p_nIndex
);
[C++]
public: static wchar_t IToS(
   int p_nIndex
);
[JScript]
public static function IToS(
   int p_nIndex
): char;

Parameters

p_nIndex
Zero-based index of the code.

Return Value

String representation of the index.

See Also

FilterItem Class | Okapi.Library.Filter Namespace