Constructor - Initialize new string with this value.
CaString
LPCTSTR lpStr - value for new string
None
LPCTSTR is a Unicode string if compiled with Unicode and non-Unicode if not.
Example
CaString d(_T(“My String”));
More information:
| Copyright © 2013 CA. All rights reserved. |
|