CTString::CTString
Syntax
CTString
CTString(const pTEXT ptr)
CTString(const pTEXT ptr, VRLEN size)
CTString(const CTString& str)
CTString(const NINT value)
CTString(const double value)
Parameters
Description
This is the constructor for the CTString object. The prototype CTString(const CTString& str) is the copy constructor for the CTString class.
See also
~CTString()