Reads in a sequence of bytes from standard input and writes
them to standard output using hexademical notation, k hex digits
per line, where k is given as a command-line integer (defaults
to 16 if no integer is specified); also writes the number
of bits.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void MainTest(
string[] args
)
Parameters
- args
- Type: SystemString
Place holder for user arguments
See Also