This Function returns a <string>, which is the Value with all the numeric values, who are between "<" and ">", converted to the corresponding char.
Parameters
Value string
String to decode.
|
Example 1
|
|
Example 2 |
Decode("K<97>l<105>p<115>o")
Result = Kalipso |
|
Decode("Kal<0>pso")
Result = Kalpso |
- If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".
|
Updated
: 3/15/2021 12:54 PM
|