Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBase::SetDefFloatFormat

Syntax

void SetDefFloatFormat(const CTString& format)

Parameters

  • format [in] the default floating point string format.

Description

Sets the default floating point string format to be used in sprintf(). The default value initially is set to "%f", and may be changed to reflect the desired printing format.

Return

None.

See also

GetDefFloatFormat()

TOCIndex