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.FrequencyCounterAssembly: MlkPwgen.FrequencyCounter (in MlkPwgen.FrequencyCounter.dll) Version: 0.1.0.0
Syntax public static void Count(
string wordlistPath,
string outputPath
)
Public Shared Sub Count (
wordlistPath As String,
outputPath As String
)
public:
static void Count(
String^ wordlistPath,
String^ outputPath
)
static member Count :
wordlistPath : string *
outputPath : string -> unit
Parameters
- wordlistPath
- Type: SystemString
- outputPath
- Type: SystemString
See Also