GuardDecode()
Reverses encoding on a string to retrieve its original value.
Useful for processing encoded input before validation.
Requires Extension: Guard extension
GuardDecode( decodeFrom=string, string=string );
Returns: String
| Argument | Description |
|---|---|
|
decodeFrom
string,
required
|
edit
The encoding format to reverse. Valid values:
|
|
string
string,
required
|
edit
The encoded string to process. |
Examples
There are currently no examples for this function 29,570ms WARN No examples for function GuardDecodeSee also
- Encode/Decode
- GuardEncode()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)