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;
String representation of the index.
FilterItem Class | Okapi.Library.Filter Namespace