Codec::toString Method

Returns a string representation of this object.
Syntax:
std::string toString() const;
std::wstring toStringW() const;

Return value:

A string representation of this object.

Remarks:

toString and getName return the same text.

See also: Codec, Codec::getName

<< Codec