End Google Ads 201810 - BS.net 01 --> I need to read 512 bytes from a file and convert into a string. But first few bytes (10-15) are 0x0 and when I pass this buffer to string, I am getting empty string.
Buffer is having correct 512 bytes.

CStringA szMailContent(buffer);

Please help.