BASS.NET API for the Un4seen BASS Audio Library

MIDI_HEADERToString Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the Data buffer as a string.

Namespace:  radio42.Multimedia.Midi
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public override string ToString()

Return Value

Type: String
The string representation of the Midi data in the header buffer.
Remarks

If no data exists an empty string will be returned - else a hexadecimal representation of the byte array of the data will be returned, e.g. "F0 41 00 ... F7".
See Also

Reference