Returns the zero-based index of the inline code for a specified index string representation.
[Visual Basic] Shared Public Function SToI( _ ByVal p_chIndex As Char _ ) As Integer [C#] public static int SToI( char p_chIndex ); [C++] public: static int SToI( wchar_t p_chIndex ); [JScript] public static function SToI( char p_chIndex ): int;
Zero-based index of the code.
FilterItem Class | Okapi.Library.Filter Namespace