![]() |
Bitcoin Core
21.99.0
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
std::string | FormatMoney (const CAmount n) |
Money parsing/formatting utilities. More... | |
bool | ParseMoney (const std::string &str, CAmount &nRet) |
Parse an amount denoted in full coins. More... | |
std::string FormatMoney | ( | const CAmount | n | ) |
Money parsing/formatting utilities.
Definition at line 12 of file moneystr.cpp.
bool ParseMoney | ( | const std::string & | str, |
CAmount & | nRet | ||
) |
Parse an amount denoted in full coins.
E.g. "0.0034" supplied on the command line.
Definition at line 38 of file moneystr.cpp.