[]
        
(Showing Draft Content)

CSJ2K.j2k.entropy.CodedCBlk.ToString

ToString Method

ToString()

Returns the contents of the object in a string. The string contains the following data: 'm', 'n', 'skipMSBP' and 'data.length. This is used for debugging.

Declaration
public override string ToString()
Returns
Type Description
string

A string with the contents of the object

Overrides