Return the encoded string.
string_view encoded() const;
assert( decode_view( "Program%20Files" ).encoded() == "Program%20Files" );
Constant.
Throws nothing.