Wordlist..::..WordExists Method

Method to determine if word exists in word list, great for auto language detection

Namespace:  SecretNET.Crypto.BIP39
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public bool WordExists(
	string word,
	out int index
)

Parameters

word
Type: String
The word to check for existence
index
Type: Int32%

Return Value

Exists (true/false)