MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / WizStringToBase64

Function WizStringToBase64

src/share/WizMisc.cpp:1595–1601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1593}
1594
1595CString WizStringToBase64(const CString& strSource)
1596{
1597 QByteArray arrayData = strSource.toUtf8();
1598 CString strRet;
1599 WizBase64Encode(arrayData, strRet);
1600 return strRet;
1601}
1602
1603CString WizStringFromBase64(const CString& strBase64)
1604{

Calls 1

WizBase64EncodeFunction · 0.85

Tested by

no test coverage detected