Method | Description | |
---|---|---|
Dump ( byte bytes, int maxLength = int.MaxValue ) : string |
Hex dump byte array and return result as string
|
|
Dump ( |
Hex dump byte array to Text writer
|
public static Dump ( byte bytes, int maxLength = int.MaxValue ) : string | ||
bytes | byte | Data to dump as hex |
maxLength | int | Optional max bytes to dump |
return | string |
public static Dump ( |
||
writer | Text writer to write hex dump to | |
bytes | byte | Data to dump as hex |
maxLength | int | Optional max bytes to dump |
return | void |