WordsControllergetIndex Method |
Get index of word from dictionary
Namespace: PassphraseGenAssembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic int getIndex(
string type,
string word
)
Public Function getIndex (
type As String,
word As String
) As Integer
public:
int getIndex(
String^ type,
String^ word
)
member getIndex :
type : string *
word : string -> int
Parameters
- type
- Type: SystemString
word class - word
- Type: SystemString
word to find
Return Value
Type:
Int32Returns index of specified word.
See Also