base64¶
詳細情報¶
メンバー¶
encode()¶
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
String base64::encode(const uint8_t *data, size_t length)
引数
- const*
data
const uint8_t * - size_t
length
size_t
戻り値
String
encode()¶
String base64::encode(const String &text)
引数
- constString &
text
const String&
戻り値
String String