FullEncode

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - FullEncode

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

Examples

  • Example 1

FullEncode("Kalipso") Result = <75><97><108><105><112><115><111>

  • Example 2

Last updated