Dash Core  0.12.2.1
P2P Digital Currency
utilmoneystr.h File Reference
#include <stdint.h>
#include <string>
#include "amount.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ FormatMoney()

◆ ParseMoney() [1/2]

bool ParseMoney ( const std::string &  str,
CAmount nRet 
)

◆ ParseMoney() [2/2]

bool ParseMoney ( const char *  pszIn,
CAmount nRet 
)

Definition at line 41 of file utilmoneystr.cpp.