Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::Trim

Syntax

void Trim( )

Parameters

This method has no parameters.

Description

Removes all spaces from the beginning and from the end of a CTString.

Return

None.

See also

TrimLeft(), TrimRight()

TOCIndex