Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTCurrency.CTCurrency

Syntax

CTCurrency ( )

CTCurrency (long value)

CTCurrency (double value)

CTCurrency (CTCURRENCY value)

CTCurrency( CTMoney value)

CTCurrency( String value)

CTCurrency( CTBigint value)

CTCurrency( CTCurrency value)

Parameters

  • value: [in] The long, double, CTCURRENCY, CTMoney, String, CTBigint or CTCurrency value or object to be converted and assigned to the new CTCurrency object

Description

This is the constructor for the CTCurrency object.

See Also

~CTCurrency()

TOCIndex