CTString::Left
Syntax
CTString Left(const NINT count)
Parameters
Description
Retrieves the count left most characters in the string. If count is greater than the length of the string, the whole string is returned.
Return
Left returns a CTString object with the count left most characters.
See also
Right()