Click or drag to resize
TrigramFrequencyCounterCount Method (String, String)
Convenience method to read in a wordlist from a file and then serialize the results to a new file

Namespace: MlkPwgen.FrequencyCounter
Assembly: MlkPwgen.FrequencyCounter (in MlkPwgen.FrequencyCounter.dll) Version: 0.1.0.0
Syntax
public static void Count(
	string wordlistPath,
	string outputPath
)

Parameters

wordlistPath
Type: SystemString
outputPath
Type: SystemString
See Also