Fabcoin Core
0.16.2
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) |
bool | ParseMoney (const char *pszIn, CAmount &nRet) |
std::string FormatMoney | ( | const CAmount & | n | ) |
Money parsing/formatting utilities.
Definition at line 12 of file utilmoneystr.cpp.
bool ParseMoney | ( | const std::string & | str, |
CAmount & | nRet | ||
) |
Definition at line 34 of file utilmoneystr.cpp.
bool ParseMoney | ( | const char * | pszIn, |
CAmount & | nRet | ||
) |