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