Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::Right

Syntax

CTString Right(const NINT count)

Parameters

  • count [in] The number of characters to be retrieved.

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()

TOCIndex