This Function returns a <string>, which is the specified Value with all chars converted to their corresponding ASCII value, between "<" and ">".
Parameters
Value <string> |
|
String to encode. |
|
|
Example 1
|
|
Example 2 |
FullEncode("Kalipso")
Result = <75><97><108><105><112><115><111> |
|
FullEncode("Kalipso")
Result = <0><75><97><108><105><112><115><111><0> |
Updated: 3/15/2021 12:51 PM |