Click or drag to resize
WordsControllergetIndex Method
Get index of word from dictionary

Namespace: PassphraseGen
Assembly: PassphraseGen (in PassphraseGen.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public int getIndex(
	string type,
	string word
)

Parameters

type
Type: SystemString
word class
word
Type: SystemString
word to find

Return Value

Type: Int32
Returns index of specified word.
See Also