Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBase.GetDefFloatFormat

Syntax

String GetDefFloatFormat ()

Parameters

This method has no parameters.

Description

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

Return

GetDefFloatFormat() returns the default floating point format.

See Also

SetDefFloatFormat()

TOCIndex