base64
Posted: Sat Aug 18, 2018 4:03 pm
The jira api requires that I concat my username and a token and then base 64 encode it. Is this possible in LANSA?
Code: Select all
Define_Com Class(#XPRIM_Binary) Name(#Bin)
#Bin.FromStringUsingUTF8 String(#MyUserAndToken)
#EncodedToken := #Bin.AsBase64String