DecodeFor
Decodes a string that has been encoded with ESAPIEncode with a specified encoding type.
Method Signature
DecodeFor(type=[string], value=[string])
Arguments
Argument
Type
Required
Description
Default
type
string
true
The type of decoding to use. Valid values are: "url", "html", "json", "base64".
ortus.boxlang.runtime.validation.dynamic.ValueOneOf@553f3b6e
value
string
true
The string to decode.
Examples
Related
Last updated
Was this helpful?