Hi all
I am not able to decode a data more than 1 mb
if i try to do the app is getting closed
Here buffer contains data of size more than 1Mb
- StringUtil::EncodeToBase64String(buffer, encodedStr);
- StringUtil::DecodeBase64StringN(encodedStr);
Regards
K Harish