Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTMoney.CTMoney

Syntax

CTMoney ( )

CTMoney (CTFLOAT value)

CTMoney (CTMONEY money)

CTMoney (String str)

CTMoney (CTMoney money)

Parameters

  • Value [in] The double value to be converted and assigned to the new CTMoney object
  • money [in] The CTMoney object or Money to be assigned to the new CTMoney object
  • str [in] The String object to be assigned to the new CTMoney object

Description

This is the constructor for the CTMoney object.

See Also

~CTMoney()

TOCIndex