Dash Core  0.12.2.1
P2P Digital Currency
utilmoneystr.cpp File Reference
#include "utilmoneystr.h"
#include "primitives/transaction.h"
#include "tinyformat.h"
#include "utilstrencodings.h"

Go to the source code of this file.

Functions

std::string FormatMoney (const CAmount &n)
 
bool ParseMoney (const string &str, CAmount &nRet)
 
bool ParseMoney (const char *pszIn, CAmount &nRet)
 

Function Documentation

◆ FormatMoney()

◆ ParseMoney() [1/2]

bool ParseMoney ( const string &  str,
CAmount nRet 
)

◆ ParseMoney() [2/2]

bool ParseMoney ( const char *  pszIn,
CAmount nRet 
)

Definition at line 41 of file utilmoneystr.cpp.