Determinses the input is to be encoded or decoded.
CodeKind is require to be set with with code
.
Example:
// BUILD_INCLUDE(./scratch/tob64.txt)[text?codeKind=encode&code=base64]
text?codeKind=none
- Default: No encoding \ decoding is applied.
text?codeKind=encode
determines that input is to be encoded.
text?codeKind=decode
determines that input is to be decoded.
Generated using TypeDoc