Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::ToDouble

Syntax

double ToDouble( ) const

Parameters

This method has no parameters.

Description

Converts a CTString to a double.

Return

ToDouble() returns a double value converted from CTString. ToDouble() returns 0.0 if the CTString does not contain a valid floating point number.

See also

ToInt()

TOCIndex