![]() |
Bitcoin Core
22.0.0
P2P Digital Currency
|
#include <util/moneystr.h>#include <tinyformat.h>#include <util/strencodings.h>#include <util/string.h>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 &money_string, 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.
1.8.14