PhpMimeMailParser\Contracts\CharsetManager::decodeCharset PHP Method

decodeCharset() public method

Decode the string from Charset
public decodeCharset ( string $encodedString, string $charset ) : string
$encodedString string The string in its original encoded state
$charset string The Charset header of the part.
return string The decoded string
    public function decodeCharset($encodedString, $charset);