Discussions tagged Base64
Base64Encode return null when running exe 32 bits
- Issue
- Last updated 9 months ago
- Andreas Mykonios replied 9 months ago
Hello All
Following the sample in the docs
Blob lblb_data
String ls_Base64Str
lblb_data = Blob("Test Base64", EncodingANSI!)
CoderObject lnv_CoderObject
lnv_CoderObject = Create CoderObject
ls_Base64Str = lnv_CoderObject.Base64En...
Capacity problems with base64encode and jsonpackage.getvalue
- Resolved
- Issue
- Last updated 5 years ago
- Sverre Tvedt replied 4 years ago
PB 2017 R3 build 1858 32 bit application
I have been doing a lot of web client refactoring lately, using JSON.
I some instances I send and receive huge JSON return data sets, of a complex, nested nature and containing base64 encoded images.
One ...
Unexpected Character Set After Performing Base64Decode()
- How-to
- Last updated 5 years ago
- Miguel Leeuwe replied 5 years ago
Hi,
I'm currently using PB2017R3 and attempting to utilize the new CrypterObject and CoderObject functionality.
I have a text file that contains encoded / encrypted information. I wish to open the file, read the file contents and decode/decrypt var...
- Page :
- 1