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=encode determines that input is to be encoded.
text?codeKind=decode determines that input is to be decoded.
text?codeKind=none - Default: No encoding \ decoding is applied.
See Also: Options Text CodeKind
Generated using TypeDoc