mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -04:00
added new params in the header comment of convertToByteArray
This commit is contained in:
parent
6c046f4fe8
commit
49a80b4715
1 changed files with 2 additions and 0 deletions
|
@ -327,6 +327,8 @@ class Utils {
|
|||
*
|
||||
* @param {string} str
|
||||
* @param {string} type - One of "Binary", "Hex", "Decimal", "Base64", "UTF8" or "Latin1"
|
||||
* @param {string} [delim="Auto"] - (Hex only) Delimiter used to split the input string. Set to "Auto" by default.
|
||||
* @param {boolean} [throwError=false] - (Hex only) Whether to throw an error on invalid input. Defaults to false.
|
||||
* @returns {byteArray}
|
||||
*
|
||||
* @example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue