Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Base64Test

Inherits: Test

Functions

testEncode

function testEncode(bytes memory input) external pure;

testEncodeURL

function testEncodeURL(bytes memory input) external pure;

_removePadding

function _removePadding(string memory inputStr) internal pure returns (string memory);