Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::StringOfChar

Syntax

CTString StringOfChar(const char ch, const NINT count)

Parameters

  • ch [in] Character used to fill the string.
  • count [in] The number of times to repeat the character.

Description

Fills a CTString with the specified number of characters.

Return

StringOfChar() returns the CTString object filled with the specified character.

TOCIndex