Make a DString from a buffer keeping the text
DString(char * aBuf, ptrdiff_t aBufLen, bool bKeeptext, bool bNoStrlen);
DString Constructor