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*
dataconst uint8_t * - size_t
lengthsize_t
戻り値
String
encode()¶
String base64::encode(const String &text)
引数
- constString &
textconst String&
戻り値
String String