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 = Kal |
- If Value contains "<0>", the returned value is truncated to the first occurrence of "<0>".
|
Updated
: 3/28/2018 10:36 AM
|