{text: {
code: "base64",
codeKind: "encode"
}
}
or
inlline text?code=base64&codeKind=encode
Determinses the type of encoding \ decoding to apply.code and codeKind are both required when encoding or decoding.
{text: {
code: "base64",
codeKind: "encode"
}
}
or
inlline text?code=base64&codeKind=encode
Depending on the value of codeKind Base64 encoding or decoding is applied.code and codeKind are both required when encoding or decoding.
{text: {
code: "base64uri",
codeKind: "encode"
}
}
or
inlline text?code=base64uri&codeKind=encode
Depending on the value of codeKind base64uri encoding or decoding is applied.code and codeKind are both required when encoding or decoding.
text?code=jsString JavaScript string encoding \ decoding is applied.
text?code=none - Default: No encoding \ decoding is applied.
text?code=tsString TypeScript string encoding \ decoding is applied.
text?code=uri URI encoding \ decoding is applied.
text?code=uriComponent URIComponent encoding \ decoding is applied.
See Also: Options Text Code
Generated using TypeDoc