- This overload returns a buffer with the base64 decoded binary equivalent
- of the input string. In neither case is the buffer @NULL-terminated.
+ See the wxBase64Decode(void*,size_t,const char*,size_t,wxBase64DecodeMode,size_t*)
+ overload for more information about the parameters of this function. The
+ difference of this overload is that it allocates a buffer of necessary size
+ on its own and returns it, freeing you from the need to do it manually.
+ Because of this, it is simpler to use and is recommended for normal use.