FullEncode
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - FullEncode
Last updated
Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - FullEncode
Last updated
This Function returns a <string>, which is the specified Value with all chars converted to their corresponding ASCII value, between "<" and ">".
Value <string> - String to encode
Example 1
FullEncode("Kalipso") Result = <75><97><108><105><112><115><111>
Example 2
FullEncode("Kalipso") Result = <0><75><97><108><105><112><115><111><0>