Okapi .NET Library

FilterItem.SToI Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_chIndex
String representation of the index.

Return Value

Zero-based index of the code.

See Also

FilterItem Class | Okapi.Library.Filter Namespace