Contents
Display Legacy Contents

 Print
    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.

     
Example 1
  Example 2
Encode("Kalipso")

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

Result = <0>Kalipso<0>

See also
Samples

 
Updated: 3/21/2018 4:24 PM