![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| std::string | FormatMoney (const CAmount &n, bool fPlus=false) |
| Money parsing/formatting utilities. More... | |
| bool | ParseMoney (const std::string &str, CAmount &nRet) |
| bool | ParseMoney (const char *pszIn, CAmount &nRet) |
Money parsing/formatting utilities.
Definition at line 14 of file utilmoneystr.cpp.
| bool ParseMoney | ( | const char * | pszIn, |
| CAmount & | nRet | ||
| ) |
Definition at line 43 of file utilmoneystr.cpp.
| bool ParseMoney | ( | const std::string & | str, |
| CAmount & | nRet | ||
| ) |