Base64 decoding problem

Base64 decoding problem

BY 08 Apr 2014 Native Application Development

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

Written by